Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge 26a4cf0 into 14dca37
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Nov 30, 2018
2 parents 14dca37 + 26a4cf0 commit 18c21b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/imageupload/imageuploadediting.js
Expand Up @@ -129,10 +129,7 @@ export default class ImageUploadEditing extends Plugin {
}
}

editor.plugins.get( 'Clipboard' ).fire( 'inputTransformation', {
content: data.content,
dataTransfer: data.dataTransfer
} );
editor.plugins.get( 'Clipboard' ).fire( 'inputTransformation', data );
} );
} );

Expand Down

0 comments on commit 18c21b8

Please sign in to comment.