#49 : Update swipe event handling

This commit is contained in:
Vadim
2021-07-24 22:47:13 +03:00
parent e837e09789
commit b3aebdf79a
4 changed files with 23 additions and 7 deletions

View File

@@ -250,6 +250,7 @@
// Disable page change while animation is in progress
let disabled = false
async function changePage(updateStoreFn, options) {
progressManager.reset()
if (disabled) return
disabled = true