Skip to content

Commit f8e0072

Browse files
committed
Fixes failing test
1 parent b7b0cf4 commit f8e0072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,14 +1095,14 @@ export const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
10951095
"rounded-md min-w-[28px] min-h-[28px]",
10961096
"text-vscode-descriptionForeground hover:text-vscode-foreground",
10971097
"transition-all duration-1000",
1098+
"cursor-pointer",
10981099
hasInputContent
10991100
? "opacity-50 hover:opacity-100 delay-750 pointer-events-auto"
11001101
: "opacity-0 pointer-events-none duration-200 delay-0",
11011102
hasInputContent &&
11021103
"hover:bg-[rgba(255,255,255,0.03)] hover:border-[rgba(255,255,255,0.15)]",
11031104
"focus:outline-none focus-visible:ring-1 focus-visible:ring-vscode-focusBorder",
11041105
hasInputContent && "active:bg-[rgba(255,255,255,0.1)]",
1105-
hasInputContent && "cursor-pointer",
11061106
)}>
11071107
<WandSparkles className={cn("w-4 h-4", isEnhancingPrompt && "animate-spin")} />
11081108
</button>

0 commit comments

Comments
 (0)