diff --git a/lib/client/vanilla/editor.tsx b/lib/client/vanilla/editor.tsx index 7fe3a244..d36ccb19 100644 --- a/lib/client/vanilla/editor.tsx +++ b/lib/client/vanilla/editor.tsx @@ -173,7 +173,7 @@ function Editor({ standaloneServer = false }) { } const onDomChange = () => { - const config = { attributes: true, childList: true, subtree: true } + const config = { attributes: true, childList: true, subtree: true, characterData: true } const observer = new MutationObserver( debounce(() => { console.log('dom changed')