restore placeholder change likely dropped in a merge (#464)
This commit is contained in:
parent
2080af029b
commit
e30dc716b4
|
@ -39,7 +39,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
|||
onClearScreen,
|
||||
config,
|
||||
slashCommands,
|
||||
placeholder = 'Enter your message or use tools (e.g., @src/file.txt)...',
|
||||
placeholder = 'Type your message or @path/to/file',
|
||||
height = 10,
|
||||
focus = true,
|
||||
widthFraction,
|
||||
|
|
Loading…
Reference in New Issue