diff --git a/scripts/editor-support.js b/scripts/editor-support.js index a89bd709c..055ea7407 100644 --- a/scripts/editor-support.js +++ b/scripts/editor-support.js @@ -59,4 +59,3 @@ async function handleEditorUpdate(event) { } document.querySelector('main')?.addEventListener('aue:content-patch', handleEditorUpdate); -document.querySelector('main')?.addEventListener('aue:content-update', handleEditorUpdate);