Skip to content

Commit

Permalink
fix: keep html format when replying to an email
Browse files Browse the repository at this point in the history
  • Loading branch information
gnekoz committed Aug 2, 2022
1 parent ad96192 commit 4920c37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ const Composer: FC<ComposerProps> = ({
: 'quicklink',
contextmenu: inline ? '' : '',
toolbar_mode: 'wrap',
valid_elements: 'br',
force_br_newlines: true,
force_p_newlines: false,
forced_root_block: ''
forced_root_block: false
}}
onEditorChange={_onEditorChange}
{...rest}
Expand Down

0 comments on commit 4920c37

Please sign in to comment.