Places: Also update clusters on 'move' #1187 #2596 #3636

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-08-16 20:34:50 +02:00
parent c7dae2383f
commit a0f16b60b5

View file

@ -622,7 +622,8 @@ export default {
} }
}); });
// Also update clusters on 'moveend'. // Also update clusters on 'move' and 'moveend'.
this.map.on('move', this.updateMarkers);
this.map.on('moveend', this.updateMarkers); this.map.on('moveend', this.updateMarkers);
// Load pictures. // Load pictures.