Frontend: Don't skip current photo when starting slideshow
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
6d6ed29f21
commit
ee5ba31737
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@
|
|||
const self = this;
|
||||
const psp = this.$viewer.gallery;
|
||||
|
||||
psp.next();
|
||||
|
||||
self.interval = setInterval(() => {
|
||||
if (psp && typeof psp.next === "function") {
|
||||
psp.next();
|
||||
|
|
Loading…
Reference in a new issue