mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-22 18:18:39 +00:00
Fix: fix method in function onEdit #4701
This commit is contained in:
parent
9e45dd5bb3
commit
de3f6f2886
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ export default {
|
|||
new Photo().find(this.model.UID).then((p) => p.downloadAll());
|
||||
},
|
||||
onEdit() {
|
||||
this.pauseSlideshow();
|
||||
this.onPause();
|
||||
|
||||
const pswp = this.pswp();
|
||||
let index = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue