From e8260e8c33fe17f374d4e0d4fd295742efc20c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Thu, 12 May 2022 14:48:58 +0200 Subject: [PATCH] use normal buttons as long as no action group is available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- src/components/EditorEasyMDE.vue | 115 ++++++++++--------------------- 1 file changed, 35 insertions(+), 80 deletions(-) diff --git a/src/components/EditorEasyMDE.vue b/src/components/EditorEasyMDE.vue index 839fb709c..ec29c7176 100644 --- a/src/components/EditorEasyMDE.vue +++ b/src/components/EditorEasyMDE.vue @@ -1,86 +1,41 @@