mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
Fix: fix method in function onEdit #4701
This commit is contained in:
@@ -705,7 +705,7 @@ export default {
|
|||||||
new Photo().find(this.model.UID).then((p) => p.downloadAll());
|
new Photo().find(this.model.UID).then((p) => p.downloadAll());
|
||||||
},
|
},
|
||||||
onEdit() {
|
onEdit() {
|
||||||
this.pauseSlideshow();
|
this.onPause();
|
||||||
|
|
||||||
const pswp = this.pswp();
|
const pswp = this.pswp();
|
||||||
let index = 0;
|
let index = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user