diff --git a/scripts/editor-support.js b/scripts/editor-support.js index 0fcfda4c08..2fe55f7a50 100644 --- a/scripts/editor-support.js +++ b/scripts/editor-support.js @@ -95,6 +95,7 @@ function attachEventListners(main) { 'aue:content-add', 'aue:content-move', 'aue:content-remove', + 'aue:content-copy', ].forEach((eventType) => main?.addEventListener(eventType, async (event) => { event.stopPropagation(); const applied = await applyChanges(event);