Rerender local photos when last local photo is removed from list

This commit is contained in:
Martin Raifer
2023-12-06 12:51:46 +01:00
parent 4bf79e9f1a
commit edb176f513
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ export function svgLocalPhotos(projection, context, dispatch) {
layer = layerEnter
.merge(layer);
if (_photos && _photos.length !== 0) {
if (_photos) {
display_markers(_photos);
}
}