fix(web): resolve duplicate tiptap Link extension warning
Disable Link in StarterKit since it's configured separately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
395814b16a
commit
46708e8948
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ const RichTextEditor = forwardRef<RichTextEditorRef, RichTextEditorProps>(
|
|||
extensions: [
|
||||
StarterKit.configure({
|
||||
heading: { levels: [1, 2, 3] },
|
||||
link: false,
|
||||
}),
|
||||
Placeholder.configure({
|
||||
placeholder: placeholderText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue