mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Revert "workaround for some drags not being accepted"
This reverts commit a3d33cfdb8.
didn't fix user's problem, and has introduced issues with the cursor
disappearing
This commit is contained in:
parent
e592886723
commit
e91f505847
1 changed files with 0 additions and 3 deletions
|
|
@ -162,9 +162,6 @@ function focusPrevious() {
|
|||
}
|
||||
|
||||
function onDragOver(elem) {
|
||||
var e = window.event;
|
||||
e.dataTransfer.dropEffect = "copy";
|
||||
e.preventDefault();
|
||||
// if we focus the target element immediately, the drag&drop turns into a
|
||||
// copy, so note it down for later instead
|
||||
dropTarget = elem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue