Fixes #3725 - Drop files here not disappearing after dropping a file
This commit is contained in:
parent
7726693dfb
commit
2a429af5af
1 changed files with 2 additions and 0 deletions
|
@ -102,8 +102,10 @@
|
|||
}
|
||||
};
|
||||
onDrop = function (e) {
|
||||
inCounter = 0
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
hideDropZone(dropContainer)
|
||||
manager.processFiles(e.dataTransfer.files)
|
||||
};
|
||||
onDragEnd = function (e) {
|
||||
|
|
Loading…
Reference in a new issue