diff --git a/src/plugins/DragDrop.js b/src/plugins/DragDrop.js index c5fa82a77..d2d740092 100644 --- a/src/plugins/DragDrop.js +++ b/src/plugins/DragDrop.js @@ -133,6 +133,7 @@ export default class DragDrop extends Plugin { type="file" name="files[]" multiple="true" + value="" onchange=${this.handleInputChange.bind(this)} />