fix(ui): fix regression where editor is expanded before composing (#2787)

zio/stable
TAKAHASHI Shuuji 2024-04-09 00:30:55 +09:00 committed by GitHub
parent 1234fb2dd1
commit e0280ad8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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="{