Skip to content

Commit

Permalink
feat(composer): enable spell check and update newline_behavior init c…
Browse files Browse the repository at this point in the history
…onfig

refs: SHELL-170 (#331)
  • Loading branch information
gnekoz authored Sep 25, 2023
1 parent 2f3c311 commit 4da0790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ const Composer: FC<ComposerProps> = ({
end_container_on_empty_block: true,
relative_urls: false,
remove_script_host: false,
newline_behavior: 'invert',
newline_behavior: 'default',
browser_spellcheck: true,
...customInitOptions
}),
[
Expand Down

0 comments on commit 4da0790

Please sign in to comment.