0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🐛 Koenig - Disable Grammarly to fix high CPU usage

refs https://github.com/TryGhost/Ghost/issues/9623
- see mobiledoc-kit [caveats](https://github.com/bustle/mobiledoc-kit#caveats) and [associated grammarly issue](https://github.com/bustle/mobiledoc-kit/issues/422)
This commit is contained in:
Kevin Ansfield 2018-06-11 18:48:43 +01:00
parent c641925e22
commit 4d27cdb3e9

View file

@ -1,5 +1,5 @@
<div class="koenig-editor__editor-wrapper" data-kg="editor-wrapper">
<div class="koenig-editor__editor" data-kg="editor"></div>
<div class="koenig-editor__editor" data-gramm="false" data-kg="editor"></div>
</div>
{{!-- pop-up markup toolbar is shown when there's a selection --}}