mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Reset showing-img class on update selection
This commit is contained in:
@@ -265,7 +265,9 @@ export function uiPresetIcon(context) {
|
||||
.attr('class', `preset-icon-container ${_sizeClass}`)
|
||||
.merge(container);
|
||||
|
||||
container.classed('fallback', isFallback);
|
||||
container
|
||||
.classed('showing-img', !!imageURL)
|
||||
.classed('fallback', isFallback);
|
||||
|
||||
|
||||
let pointBorder = container.selectAll('.preset-icon-point-border')
|
||||
|
||||
Reference in New Issue
Block a user