Skip to content

Commit

Permalink
fix: remove print button
Browse files Browse the repository at this point in the history
  • Loading branch information
nubsthead committed Mar 1, 2022
1 parent 7479a21 commit a0c3d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Composer: FC<ComposerProps> = ({
toolbar: inline
? false
: // eslint-disable-next-line max-len
'fontselect fontsizeselect formatselect print | bold italic underline strikethrough | removeformat code | alignleft aligncenter alignright alignjustify | forecolor backcolor | bullist numlist outdent indent | ltr rtl',
'fontselect fontsizeselect formatselect | bold italic underline strikethrough | removeformat code | alignleft aligncenter alignright alignjustify | forecolor backcolor | bullist numlist outdent indent | ltr rtl',
quickbars_insert_toolbar: inline ? 'bullist numlist' : '',
quickbars_selection_toolbar: inline
? 'bold italic underline | forecolor backcolor | removeformat | quicklink'
Expand Down

0 comments on commit a0c3d9e

Please sign in to comment.