Disable immediate rendering in editor configuration

This commit is contained in:
MartinBraquet
2026-02-24 00:35:12 +01:00
parent a2959a773e
commit 32fadcc194

View File

@@ -110,6 +110,7 @@ export function useTextEditor(props: {
const editor = useEditor({
editorProps: getEditorProps(),
immediatelyRender: false,
onUpdate: !key
? noop
: ({editor}) => {