fixed dropzone to trigger dragexit on drop
This commit is contained in:
parent
6cfa841b8b
commit
33822e71a7
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ function triggerFileChooser(fileInputId, event) {
|
|||
}
|
||||
|
||||
function drop_handler(event) {
|
||||
dragexit_handler(event)
|
||||
event.preventDefault();
|
||||
// if dropped items aren't files, reject them
|
||||
var dt = event.dataTransfer;
|
||||
|
|
Loading…
Add table
Reference in a new issue