mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update ChatView.tsx
This commit is contained in:
parent
2773208d06
commit
4570ead71f
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||
const placeholderText = useMemo(() => {
|
||||
const baseText = task ? "Type a message..." : "Type your task here..."
|
||||
const contextText = "(@ to add context, / to switch modes"
|
||||
const imageText = shouldDisableImages ? "hold shift to drag in files" : ", hold shift to drag in files/images"
|
||||
const imageText = shouldDisableImages ? ", hold shift to drag in files" : ", hold shift to drag in files/images"
|
||||
return baseText + `\n${contextText}${imageText})`
|
||||
}, [task, shouldDisableImages])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue