Skip to content

Commit 96ccb08

Browse files
committed
Hide message editing temporarily
1 parent cb4652e commit 96ccb08

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
@@ -1057,7 +1057,7 @@ export const ChatRowContent = ({
10571057
<Button
10581058
variant="ghost"
10591059
size="icon"
1060-
className="shrink-0"
1060+
className="shrink-0 hidden"
10611061
disabled={isStreaming}
10621062
onClick={(e) => {
10631063
e.stopPropagation()

0 commit comments

Comments
 (0)