Fixes #3725 - Drop files here not disappearing after dropping a file

This commit is contained in:
Romit Choudhary 2021-09-07 14:25:32 +05:30 committed by Thorsten Eckel
parent 7726693dfb
commit 2a429af5af

View file

@ -102,8 +102,10 @@
}
};
onDrop = function (e) {
inCounter = 0
e.preventDefault()
e.stopPropagation()
hideDropZone(dropContainer)
manager.processFiles(e.dataTransfer.files)
};
onDragEnd = function (e) {