Skip to content

Commit 67fd5a7

Browse files
committed
add back hidden flag
1 parent a17bf98 commit 67fd5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ export const ChatRowContent = ({
10731073
<Button
10741074
variant="ghost"
10751075
size="icon"
1076-
className="shrink-0"
1076+
className="shrink-0 hidden"
10771077
disabled={isStreaming}
10781078
onClick={(e) => {
10791079
e.stopPropagation()

0 commit comments

Comments
 (0)