Skip to content

Commit

Permalink
Merge pull request #1277 from RooVetGit/mrubens-patch-4
Browse files Browse the repository at this point in the history
Update ChatView.tsx
  • Loading branch information
mrubens authored Mar 1, 2025
2 parents 9be2f06 + 4570ead commit 2a7be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview-ui/src/components/chat/ChatView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 2a7be4b

Please sign in to comment.