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()" /> + + + +