This commit is contained in:
Aaron Culich 2026-04-23 12:49:32 +00:00 committed by GitHub
commit c1ee83a113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -680,6 +680,7 @@ export const MarkdownEditor = forwardRef<MarkdownEditorHandle, MarkdownEditorPro
heading: {
levels: [1, 2, 3],
},
link: false, // Disable StarterKit's Link to use custom-configured one below
}),
Link.configure({
openOnClick: false,