Hide message editing temporarily (#5494)

This commit is contained in:
Matt Rubens 2025-07-08 23:11:39 -04:00 committed by GitHub
parent f232476f9b
commit f59e837bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1057,7 +1057,7 @@ export const ChatRowContent = ({
<Button
variant="ghost"
size="icon"
className="shrink-0"
className="shrink-0 hidden"
disabled={isStreaming}
onClick={(e) => {
e.stopPropagation()