mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
fix vegbilder overlay from being overwritten by panoramax layer
This commit is contained in:
@@ -67,7 +67,7 @@ export function uiSectionPhotoOverlays(context) {
|
||||
.merge(ul);
|
||||
|
||||
var li = ul.selectAll('.list-item-photos')
|
||||
.data(data);
|
||||
.data(data, d => d.id);
|
||||
|
||||
li.exit()
|
||||
.remove();
|
||||
|
||||
Reference in New Issue
Block a user