Skip to content

Commit

Permalink
remove data-gramm=false attribute (slab#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-gambit authored Apr 14, 2020
1 parent e177eb0 commit 929dde1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 929dde1

Please sign in to comment.