mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
clarity
This commit is contained in:
parent
9aae56682e
commit
dc65016ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ export const SidebarChat = () => {
|
|||
>
|
||||
<VoidInputBox2
|
||||
className='min-h-[81px] px-0.5'
|
||||
placeholder={`${keybindingString ? `${keybindingString} to select. ` : ''}Enter instructions...`}
|
||||
placeholder={`${keybindingString ? `${keybindingString} to add a file. ` : ''}Enter instructions...`}
|
||||
onChangeText={onChangeText}
|
||||
onKeyDown={onKeyDown}
|
||||
onFocus={() => { chatThreadsService.setFocusedMessageIdx(undefined) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue