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:
Milan Crha
2020-10-15 14:55:34 +02:00
parent c84b6a5cbd
commit 0930bc7209

View File

@ -2477,7 +2477,7 @@ EvoEditor.convertHtmlToSend = function()
for (ii = 0; ii < elems.length; ii++) {
elems[ii].removeAttribute("style");
elems[ii].setAttribute("spellcheck", "true");
elems[ii].setAttribute("spellcheck", "false");
}
}