1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00
This commit is contained in:
Toby Zerner
2015-06-25 15:33:37 +09:30
parent 8328906fe5
commit 1b499326a3

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) {