I#1158 - Composer: Disable spellcheck of quoted text ][
Correct typo in the previous commit. Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1158
This commit is contained in:
@ -2477,7 +2477,7 @@ EvoEditor.convertHtmlToSend = function()
|
|||||||
|
|
||||||
for (ii = 0; ii < elems.length; ii++) {
|
for (ii = 0; ii < elems.length; ii++) {
|
||||||
elems[ii].removeAttribute("style");
|
elems[ii].removeAttribute("style");
|
||||||
elems[ii].setAttribute("spellcheck", "true");
|
elems[ii].setAttribute("spellcheck", "false");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user