Stop links from opening twice

This commit is contained in:
Sinclair Chen 2022-09-06 16:55:33 -07:00
parent f7d027ccc9
commit 537962a7dc

View File

@ -254,7 +254,7 @@ export function RichContent(props: {
extensions: [
StarterKit,
smallImage ? DisplayImage : Image,
DisplayLink,
DisplayLink.configure({ openOnClick: false }), // stop link opening twice (browser still opens)
DisplayMention,
Iframe,
TiptapTweet,