mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Rerender local photos when last local photo is removed from list
This commit is contained in:
@@ -208,7 +208,7 @@ export function svgLocalPhotos(projection, context, dispatch) {
|
||||
layer = layerEnter
|
||||
.merge(layer);
|
||||
|
||||
if (_photos && _photos.length !== 0) {
|
||||
if (_photos) {
|
||||
display_markers(_photos);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user