mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
editor: disable spellcheck for links (#7911)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -140,6 +140,9 @@ export const Link = Mark.create<LinkOptions>({
|
||||
|
||||
addAttributes() {
|
||||
return {
|
||||
spellcheck: {
|
||||
default: "false"
|
||||
},
|
||||
href: {
|
||||
default: null
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user