diff --git a/components/tiptap-editor.tsx b/components/tiptap-editor.tsx index 125423c..f17c2d6 100644 --- a/components/tiptap-editor.tsx +++ b/components/tiptap-editor.tsx @@ -27,6 +27,7 @@ export function TiptapEditor({ className = "", }: TiptapEditorProps) { const editor = useEditor({ + immediatelyRender: false, extensions: [ StarterKit.configure({ heading: false,