fix(ui): fix regression where editor is expanded before composing (#2787)
This commit is contained in:
parent
1234fb2dd1
commit
e0280ad8c4
|
@ -295,7 +295,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
|
||||||
</ol>
|
</ol>
|
||||||
</CommonErrorMessage>
|
</CommonErrorMessage>
|
||||||
|
|
||||||
<div relative flex-1 flex flex-col min-h-30>
|
<div relative flex-1 flex flex-col :class="shouldExpanded ? 'min-h-30' : ''">
|
||||||
<EditorContent
|
<EditorContent
|
||||||
:editor="editor" flex max-w-full
|
:editor="editor" flex max-w-full
|
||||||
:class="{
|
:class="{
|
||||||
|
|
Loading…
Reference in a new issue