From fba09b116146f7403c9be6ccfabf3d08a83f1acb Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Mon, 5 Jun 2017 09:47:03 -0700 Subject: [PATCH] disable grammarly, related #574 --- core/quill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/quill.js b/core/quill.js index 00437017c9..63af8a14be 100644 --- a/core/quill.js +++ b/core/quill.js @@ -71,6 +71,7 @@ class Quill { this.container.__quill = this; this.root = this.addContainer('ql-editor'); this.root.classList.add('ql-blank'); + this.root.setAttribute('data-gramm', false); this.scrollingContainer = this.options.scrollingContainer || this.root; this.emitter = new Emitter(); this.scroll = Parchment.create(this.root, {