The Game
The Game
I've fixed it by adding the following to the component I have that wraps `ember-mobiledoc-editor` ```javascript didRender() { let editorElement = this.element.querySelector('.mobiledoc-editor__editor'); editorElement.setAttribute('data-gramm', false); }, ```