Skip to content

Commit 4725090

Browse files
committed
fixup! feat: add command to focus Roo Code input field
1 parent 780918b commit 4725090

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
499499
textAreaRef.current?.focus()
500500
break
501501
}
502-
if (message.action === "focusInput") {
503-
textAreaRef.current?.focus()
504-
}
505502
break
506503
case "selectedImages":
507504
const newImages = message.images ?? []

0 commit comments

Comments
 (0)