1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 05:00:56 +02:00
This commit is contained in:
Toby Zerner
2015-06-25 15:33:37 +09:30
parent bda8b5d88d
commit 4778d15dcb

View File

@@ -41,7 +41,6 @@ export default function slidable(element) {
startY = e.originalEvent.targetTouches[0].clientY;
couldBeSliding = true;
console.log('GO')
})
.on('touchmove', function(e) {