Stop links from opening twice
This commit is contained in:
parent
f7d027ccc9
commit
537962a7dc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user