From ca0d9e6bd536afeaa680a60128fa54ca110a3914 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 13 Jun 2023 15:48:43 +0200 Subject: [PATCH] chore(editor): add horizontal line icon --- src/components/base/EditorToolbar.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/base/EditorToolbar.vue b/src/components/base/EditorToolbar.vue index 0fcef1004c..6da1adb084 100644 --- a/src/components/base/EditorToolbar.vue +++ b/src/components/base/EditorToolbar.vue @@ -201,7 +201,9 @@ class="editor-toolbar__button" @click="editor.chain().focus().setHorizontalRule().run()" > - horizontal rule + + - +