Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
edc97a68ad
commit
3299ace3e6
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue