[evolution] I#1158 - Composer: Disable spellcheck of quoted text ][



commit 0930bc72090daf3aced72498b71a92f321f9873f
Author: Milan Crha <mcrha redhat com>
Date:   Thu Oct 15 14:55:34 2020 +0200

    I#1158 - Composer: Disable spellcheck of quoted text ][
    
    Correct typo in the previous commit.
    
    Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1158

 data/webkit/e-editor.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/webkit/e-editor.js b/data/webkit/e-editor.js
index 5911b85d97..0bdffb07c4 100644
--- a/data/webkit/e-editor.js
+++ b/data/webkit/e-editor.js
@@ -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");
                }
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]