mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Clean up
This commit is contained in:
@@ -41,7 +41,6 @@ export default function slidable(element) {
|
|||||||
startY = e.originalEvent.targetTouches[0].clientY;
|
startY = e.originalEvent.targetTouches[0].clientY;
|
||||||
|
|
||||||
couldBeSliding = true;
|
couldBeSliding = true;
|
||||||
console.log('GO')
|
|
||||||
})
|
})
|
||||||
|
|
||||||
.on('touchmove', function(e) {
|
.on('touchmove', function(e) {
|
||||||
|
Reference in New Issue
Block a user