mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- bugfix: failed to sort by hand on mobile devices (GH-43)
This commit is contained in:
parent
5373e9f279
commit
3b91ee46c5
1 changed files with 3 additions and 1 deletions
|
|
@ -203,7 +203,9 @@
|
|||
if (delayStarted) {
|
||||
clearTimeout(delayTimer);
|
||||
delayStarted = false;
|
||||
fireMouseDown();
|
||||
if (!delayFinished) {
|
||||
fireMouseDown();
|
||||
}
|
||||
}
|
||||
|
||||
// Ignore event if not handled
|
||||
|
|
|
|||
Loading…
Reference in a new issue