editor: disable spellcheck for links (#7911)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-04-11 09:12:43 +05:00
committed by GitHub
parent 2b7b8d526e
commit e17351f702

View File

@@ -140,6 +140,9 @@ export const Link = Mark.create<LinkOptions>({
addAttributes() { addAttributes() {
return { return {
spellcheck: {
default: "false"
},
href: { href: {
default: null default: null
}, },