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,
|
onClearScreen,
|
||||||
config,
|
config,
|
||||||
slashCommands,
|
slashCommands,
|
||||||
placeholder = 'Enter your message or use tools (e.g., @src/file.txt)...',
|
placeholder = 'Type your message or @path/to/file',
|
||||||
height = 10,
|
height = 10,
|
||||||
focus = true,
|
focus = true,
|
||||||
widthFraction,
|
widthFraction,
|
||||||
|
|
Loading…
Reference in New Issue