From bcbfb44954b58ba44ebf5f54ec37fbeece5a9231 Mon Sep 17 00:00:00 2001 From: Gregory Shehet Date: Tue, 14 Apr 2020 10:59:26 +0300 Subject: [PATCH] remove data-gramm=false attribute --- core/quill.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/quill.js b/core/quill.js index cbab56a143..aaa120d6c7 100644 --- a/core/quill.js +++ b/core/quill.js @@ -76,7 +76,6 @@ class Quill { instances.set(this.container, 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(); const ScrollBlot = this.options.registry.query(