Skip to content

Commit 6fc741c

Browse files
committed
put back edit flag
1 parent 69c3996 commit 6fc741c

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
@@ -1089,7 +1089,7 @@ export const ChatRowContent = ({
10891089
<Button
10901090
variant="ghost"
10911091
size="icon"
1092-
className="shrink-0"
1092+
className="shrink-0 hidden"
10931093
disabled={isStreaming}
10941094
onClick={(e) => {
10951095
e.stopPropagation()

0 commit comments

Comments
 (0)