Sortable
Sortable copied to clipboard
Prevent attaching touchmove event listener on document all the time
Reference: https://github.com/SortableJS/Sortable/issues/973#issuecomment-406593777
This PR moves it to only be attached during dragging like our other event handlers
Actually, this doesn't work on Firefox for some reason...
Keep the old behavior for FireFox and Safari I guess