This commit is contained in:
Mathew Pareles 2025-03-12 03:09:00 -07:00
parent 09ba9387bc
commit 1c2e8c0c59

View file

@ -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}