Skip to content

Commit

Permalink
fix(ui): fix regression where editor is expanded before composing (#2787
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shuuji3 committed Apr 8, 2024
1 parent 1234fb2 commit e0280ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/publish/PublishWidget.vue
Expand Up @@ -295,7 +295,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
</ol>
</CommonErrorMessage>
<div relative flex-1 flex flex-col min-h-30>
<div relative flex-1 flex flex-col :class="shouldExpanded ? 'min-h-30' : ''">
<EditorContent
:editor="editor" flex max-w-full
:class="{
Expand Down

0 comments on commit e0280ad

Please sign in to comment.