Skip to content

Commit

Permalink
#3843 - PASTE (CTRL-V) Does not work on Image upload unless you first…
Browse files Browse the repository at this point in the history
… click on Drag & Drop
  • Loading branch information
romanlesnikov committed May 27, 2022
1 parent c5cdb8b commit a95336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/js/classes/BxDolUploader.js
Expand Up @@ -668,7 +668,7 @@ function BxDolUploaderHTML5 (sUploaderObject, sStorageObject, sUniqId, options)
if (oItem.kind === 'file')
aFiles.push(oItem.getAsFile());
}
$this._uploader.handleFiles(aFiles);
$this._uploader.addFiles(aFiles);
}
});
}
Expand Down

0 comments on commit a95336e

Please sign in to comment.