Index: gc_lang/fr/webext/content_scripts/editor.js
==================================================================
--- gc_lang/fr/webext/content_scripts/editor.js
+++ gc_lang/fr/webext/content_scripts/editor.js
@@ -187,11 +187,11 @@
                 } else {
                     this.xWhat.dispatchEvent(xEvent);
                 }
                 //console.log("[Grammalecte debug] Text sent to xWhat via event:", xEvent.detail);
             }
-            else if (iParagraph < this.lNode.length) {
+            else if (iParagraph < this.lNode.length  &&  this.lNode[iParagraph].textContent != oGrammalecteTextEditor.getParagraph(iParagraph)) {
                 this.lNode[iParagraph].textContent = oGrammalecteTextEditor.getParagraph(iParagraph);
             }
         }
         catch (e) {
             showError(e);