mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Wait 200ms before starting drag, to make it easier for twitchy mouses to click on a deck name
This commit is contained in:
parent
254700e872
commit
7e50a80683
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ body { margin: 1em; -webkit-user-select: none; }
|
|||
helper: function (event) {
|
||||
return $(this).clone(false);
|
||||
},
|
||||
delay: 200,
|
||||
opacity: 0.7
|
||||
});
|
||||
$("tr.deck").droppable({
|
||||
|
|
Loading…
Reference in a new issue