Skip to content

Commit

Permalink
fix: add aue:content-copy event to be handled when applying changes
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Oct 11, 2024
1 parent 0b409fb commit 67dd247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 67dd247

Please sign in to comment.