Skip to content

Commit

Permalink
Merge pull request #968 from nextcloud/cleanup-confusing-paragraph-bu…
Browse files Browse the repository at this point in the history
…tton

cleanup: remove confusing paragraph button
  • Loading branch information
juliusknorr authored Aug 13, 2020
2 parents 68c2dbd + d03c65a commit 36a3d6b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions js/editor-rich.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor-rich.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/public.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer.js.map

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions src/mixins/menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ export default [
return command.strike()
},
},
{
label: t('text', 'Paragraph'),
class: 'icon-paragraph',
isActive: (isActive) => {},
action: (command) => {
return command.paragraph()
},
},
{
label: t('text', 'Headings'),
visible: false,
Expand Down

0 comments on commit 36a3d6b

Please sign in to comment.