Skip to content

Commit

Permalink
disable grammarly, related #574
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 5, 2017
1 parent 1862de1 commit fba09b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit fba09b1

Please sign in to comment.