From a902b89e0f0e65b9158172a8bb73755d053304dc Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Thu, 13 Oct 2022 09:56:31 -0300 Subject: =?UTF-8?q?=F0=9F=A9=B9=20formatting-help=20must=20only=20be=20in?= =?UTF-8?q?=20extra=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- src/components/Menu/ActionFormattingHelp.vue | 45 ++++++++++++++++++++++++++++ src/components/Menu/ActionList.vue | 13 +------- src/components/Menu/MenuBar.vue | 6 ++-- 3 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 src/components/Menu/ActionFormattingHelp.vue diff --git a/src/components/Menu/ActionFormattingHelp.vue b/src/components/Menu/ActionFormattingHelp.vue new file mode 100644 index 000000000..de19b2533 --- /dev/null +++ b/src/components/Menu/ActionFormattingHelp.vue @@ -0,0 +1,45 @@ + + + + diff --git a/src/components/Menu/ActionList.vue b/src/components/Menu/ActionList.vue index eb7621fb2..1a50b0ac1 100644 --- a/src/components/Menu/ActionList.vue +++ b/src/components/Menu/ActionList.vue @@ -41,35 +41,24 @@ :action-entry="child" v-on="$listeners" @trigged="onTrigger" /> - - - {{ t('text', 'Formatting help') }} -