mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
finish drag and drop for context list. Works even for webkit :-)
This commit is contained in:
parent
4a8fdbabc2
commit
c8ab797924
5 changed files with 14 additions and 29 deletions
|
|
@ -27,7 +27,7 @@
|
|||
direction = moveCounter > 0 ? 'down' : 'up',
|
||||
moveVerticalAmount = 0,
|
||||
dragPastBy = 0;
|
||||
|
||||
|
||||
if (moveCounter === 0) { return; }
|
||||
|
||||
while (moveCounter !== 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue