Skip to content

Commit ebbce5a

Browse files
committed
Removed enhance
1 parent daec077 commit ebbce5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
10221022
<div className="flex-1"></div>
10231023
<div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
10241024
<div style={{ display: "flex", alignItems: "center" }}>
1025-
{isEnhancingPrompt ? (
1025+
{/* {isEnhancingPrompt ? (
10261026
<span
10271027
className="codicon codicon-loading codicon-modifier-spin"
10281028
style={{
@@ -1043,7 +1043,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
10431043
onClick={() => !textAreaDisabled && handleEnhancePrompt()}
10441044
style={{ fontSize: 16.5 }}
10451045
/>
1046-
)}
1046+
)} */}
10471047
</div>
10481048

10491049
<Button

0 commit comments

Comments
 (0)