Places: Also update map markers on idle #1187 #3657

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-19 09:56:01 +02:00
parent edc97a68ad
commit 3299ace3e6

View file

@ -676,6 +676,7 @@ export default {
this.map.on('move', this.updateMarkers);
this.map.on('moveend', this.updateMarkers);
this.map.on('resize', this.updateMarkers);
this.map.on('idle', this.updateMarkers);
// Load pictures.
this.search();