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