diff --git a/aqt/editor.py b/aqt/editor.py index 5d5e5884e..34e8c5c42 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -116,6 +116,10 @@ function onFocus(elem) { } } +function onDragOver(elem) { + elem.focus(); +} + function caretToEnd() { var r = document.createRange() r.selectNodeContents(currentField); @@ -177,6 +181,7 @@ function setFields(fields, focusTo) { txt += "