Skip to content

Commit 19c6a0c

Browse files
chore: Fix TS error
1 parent 81532a7 commit 19c6a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/viola/src/routes/debug/ast-viewer/-components/ast-viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function RichEditorPane() {
7272
},
7373
onUpdate: useCallback(() => {
7474
setContentInEditor(editor.getMarkdown());
75-
}, [editor]),
75+
}, []),
7676
});
7777

7878
const [, cancel] = useDebounce(

0 commit comments

Comments
 (0)