Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
c7dae2383f
commit
a0f16b60b5
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
// Load pictures.
|
||||
|
|
Loading…
Reference in a new issue