mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
minh
This commit is contained in:
parent
09ba9387bc
commit
1c2e8c0c59
1 changed files with 1 additions and 1 deletions
|
|
@ -1695,7 +1695,7 @@ export const SidebarChat = () => {
|
|||
onClickAnywhere={() => { textAreaRef.current?.focus() }}
|
||||
>
|
||||
<VoidInputBox2
|
||||
className='min-h-[81px] px-0.5'
|
||||
className={`${previousMessages.length > 0 ? 'min-h-[9px]' : 'min-h-[81px]'} px-0.5`}
|
||||
placeholder={`${keybindingString ? `${keybindingString} to select. ` : ''}Enter instructions...`}
|
||||
onChangeText={onChangeText}
|
||||
onKeyDown={onKeyDown}
|
||||
|
|
|
|||
Loading…
Reference in a new issue