Skip to content

Commit

Permalink
fix: do not listen for content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Feb 13, 2024
1 parent be4a13d commit 5bcdeac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ async function handleEditorUpdate(event) {
}

document.querySelector('main')?.addEventListener('aue:content-patch', handleEditorUpdate);
document.querySelector('main')?.addEventListener('aue:content-update', handleEditorUpdate);

0 comments on commit 5bcdeac

Please sign in to comment.