From c0925a78463ff8229cac9867ef678c9168d298a8 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sat, 20 Apr 2024 01:29:58 +0900 Subject: [PATCH] TMP: put close button over text box? how to adjust text layout? how to carry on the thread index information? --- components/publish/PublishWidget.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index c0fbf71e..e426112c 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -305,6 +305,12 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) { @keydown="stopQuestionMarkPropagation" @keydown.esc.prevent="editor?.commands.blur()" /> + + + +