mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
restore placeholder change likely dropped in a merge (#464)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user