Skip to content
Snippets Groups Projects
Unverified Commit 44205e83 authored by Rich M's avatar Rich M Committed by GitHub
Browse files

Removed change for zoomed devices

Lines dealing with "fix for zoomed devices while dragging" prevented jQuery ui sortable from moving items after you drag them to a new position
parent 7cdb489e
Branches
Tags
No related merge requests found
......@@ -67,8 +67,8 @@
1, // detail
touch.screenX, // screenX
touch.screenY, // screenY
touch.clientX + $(window).scrollLeft(), // clientX + scrollLeft - fix for zoomed devices while dragging
touch.clientY + $(window).scrollTop(), // clientY + scrollTop - fix for zoomed devices while dragging
touch.clientX, // clientX + scrollLeft
touch.clientY, // clientY + scrollTop
false, // ctrlKey
false, // altKey
false, // shiftKey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment