diff --git a/src/plugins/DragDrop/index.js b/src/plugins/DragDrop/index.js
index 08ce1a837..8b6825e86 100644
--- a/src/plugins/DragDrop/index.js
+++ b/src/plugins/DragDrop/index.js
@@ -103,6 +103,7 @@ module.exports = class DragDrop extends Plugin {
}
handleBrowseClick (ev) {
+ ev.stopPropagation()
this.input.click()
}
@@ -113,7 +114,7 @@ module.exports = class DragDrop extends Plugin {
height: this.opts.height
}
return (
-
+