#49 : Remove focused reset

This commit is contained in:
Vadim
2021-08-08 11:59:56 +03:00
parent 257c78b327
commit 62a94216c2

View File

@@ -191,7 +191,6 @@
} }
if (autoplay) { if (autoplay) {
focused = false // reset focused on page change
await autoplayDirectionFnDescription[autoplayDirection]() await autoplayDirectionFnDescription[autoplayDirection]()
} }
} }