Code cleanup

This commit is contained in:
Vadim
2021-01-23 16:37:16 +03:00
parent 37f0a54fda
commit 732d681d7f

View File

@@ -69,7 +69,7 @@
*/ */
export let dots = true export let dots = true
let currentPageIndex = 0 let currentPageIndex = 0
let pagesCount = 0 let pagesCount = 0
let pageWidth = 0 let pageWidth = 0
let offset = 0 let offset = 0
@@ -150,6 +150,7 @@
applyOffset() applyOffset()
} }
// gestures
function handleSwipeStart() { function handleSwipeStart() {
_speed = 0 _speed = 0
} }