mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
ui tweaks (#442)
This commit is contained in:
@@ -216,7 +216,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
||||
initialCursorOffset={editorState.initialCursorOffset}
|
||||
initialText={query}
|
||||
onChange={onChange}
|
||||
placeholder="Enter your message or use tools (e.g., @src/file.txt)..."
|
||||
placeholder="Type your message or @path/to/file"
|
||||
/* Account for width used by the box and > */
|
||||
navigateUp={inputHistory.navigateUp}
|
||||
navigateDown={inputHistory.navigateDown}
|
||||
|
||||
Reference in New Issue
Block a user