Skip to content

Commit

Permalink
Re-enable spellchecker in translation editor (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz authored Jun 21, 2023
1 parent 9220827 commit efa6859
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const getExtensions = (
bracketMatching(),
closeBrackets(),
EditorView.lineWrapping,
EditorView.contentAttributes.of({ spellcheck: 'true' }),
StreamLanguage.define<any>(format === 'ftl' ? fluentMode : commonMode),
syntaxHighlighting(style),
keymap.of([
Expand Down

0 comments on commit efa6859

Please sign in to comment.