|
@@ -463,6 +463,7 @@ export default class CodeMirrorEditor extends AbstractEditor {
|
|
|
|
|
|
|
|
// files
|
|
// files
|
|
|
if (types.includes('Files')) {
|
|
if (types.includes('Files')) {
|
|
|
|
|
+ event.preventDefault();
|
|
|
this.dispatchPasteFiles(event);
|
|
this.dispatchPasteFiles(event);
|
|
|
}
|
|
}
|
|
|
// text
|
|
// text
|