1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-02 16:59:58 +01:00

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

This commit is contained in:
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

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