Skip to content

Commit 95ad8d8

Browse files
authored
change text (RooCodeInc#4185)
* change text * changeset
1 parent 2a0d60f commit 95ad8d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gold-pillows-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": minor
3+
---
4+
5+
change text field input

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
15761576
/>
15771577
{!inputValue && selectedImages.length === 0 && selectedFiles.length === 0 && (
15781578
<div className="absolute bottom-4 left-[25px] right-[60px] text-[10px] text-[var(--vscode-input-placeholderForeground)] opacity-70 whitespace-nowrap overflow-hidden text-ellipsis pointer-events-none z-[1]">
1579-
Type @ for context, / for slash commands & workflows
1579+
Type @ for context, / for slash commands & workflows, hold shift to drag in files/images
15801580
</div>
15811581
)}
15821582
{(selectedImages.length > 0 || selectedFiles.length > 0) && (

0 commit comments

Comments
 (0)