From 84009a953088359a9af8991076eeb922fd4e8353 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 2 Nov 2022 18:15:19 +0100 Subject: [PATCH] Fix current format status of text not displayed in text editor Signed-off-by: Thomas Citharel --- js/src/components/TextEditor.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/js/src/components/TextEditor.vue b/js/src/components/TextEditor.vue index 953d88740..9a5b12abc 100644 --- a/js/src/components/TextEditor.vue +++ b/js/src/components/TextEditor.vue @@ -643,3 +643,12 @@ onBeforeUnmount(() => { height: 0; } +