diff --git a/libs/ui/src/components/rich-input.tsx b/libs/ui/src/components/rich-input.tsx index d9c71684..6b6f2f3b 100644 --- a/libs/ui/src/components/rich-input.tsx +++ b/libs/ui/src/components/rich-input.tsx @@ -440,7 +440,7 @@ export const RichInput = forwardRef( Image, Underline, Highlight, - Link.configure({ openOnClick: false }), + Link.extend({ inclusive: false }).configure({ openOnClick: false }), TextAlign.configure({ types: ["heading", "paragraph"] }), ], editorProps: {