Skip to content
Snippets Groups Projects

Resolve #3486079 "Pasting update clipboard"

Files
9
@@ -233,7 +233,6 @@ export default class Footnotesediting extends Plugin {
this.editor.plugins.get('ClipboardPipeline').on(
'inputTransformation',
(evt, data) => {
// Convert the view document fragment to a DOM document fragment.
const viewFragment = data.content;
const domFragment =
Loading