Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 76d0aa3

Browse files
author
Łukasz Florczak
committed
Fix scrolling after on touch move
Resolve: #85
1 parent 3039aca commit 76d0aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
},
577577
578578
enableScroll () {
579-
document.ontouchmove = () => false
579+
document.ontouchmove = () => true
580580
},
581581
582582
// Return current slide index

0 commit comments

Comments
 (0)