Compare commits

...

2 Commits

Author SHA1 Message Date
0xtoshii 14a6b200fb changeset 2025-06-11 19:10:08 -07:00
0xtoshii 7330a2b9d9 change text 2025-06-11 19:02:07 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": minor
---
change text field input
@@ -1566,7 +1566,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
/>
{!inputValue && selectedImages.length === 0 && selectedFiles.length === 0 && (
<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]">
Type @ for context, / for slash commands & workflows
Type @ for context, / for slash commands & workflows, hold shift to drag in files/images
</div>
)}
{(selectedImages.length > 0 || selectedFiles.length > 0) && (