diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index bed965af54..5c37147cf5 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -977,12 +977,12 @@ const ChatTextArea = forwardRef( isActive={showModelSelector} disabled={textAreaDisabled} onClick={handleModelButtonClick} - onKeyDown={(e) => { - if (e.key === "Enter" || e.key === " ") { - e.preventDefault() - handleModelButtonClick() - } - }} + // onKeyDown={(e) => { + // if (e.key === "Enter" || e.key === " ") { + // e.preventDefault() + // handleModelButtonClick() + // } + // }} tabIndex={0}> {modelDisplayName}