disable spell check for anonymous users

these requests always fail
This commit is contained in:
Brian Gough 2016-11-04 15:44:30 +00:00
parent f54bb9744a
commit 6f41dddb42

View file

@ -24,7 +24,7 @@ div.full-size(
keybindings="settings.mode",
font-size="settings.fontSize",
auto-complete="settings.autoComplete",
spell-check="true",
spell-check="!anonymous",
spell-check-language="project.spellCheckLanguage",
highlights="onlineUserCursorHighlights[editor.open_doc_id]"
show-print-margin="false",