mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
Merge pull request #1727 from CorreyL/main
[Bugfix] Instantiate Link with inclusive set to false
This commit is contained in:
@ -440,7 +440,7 @@ export const RichInput = forwardRef<Editor, RichInputProps>(
|
|||||||
Image,
|
Image,
|
||||||
Underline,
|
Underline,
|
||||||
Highlight,
|
Highlight,
|
||||||
Link.configure({ openOnClick: false }),
|
Link.extend({ inclusive: false }).configure({ openOnClick: false }),
|
||||||
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
||||||
],
|
],
|
||||||
editorProps: {
|
editorProps: {
|
||||||
|
|||||||
Reference in New Issue
Block a user