Files
claudecodeui/src
Haileyesus dd11345e09 fix: reset copy state after copying in MarkdownCodeBlock component
There were 2 issues.

The copy state was not being reset after copying, which caused the
"Copied!" message to persist indefinitely.

The return value from the copy function was not being used to determine
if the copy was successful. Even on false(i.e. copy unsuccessful), the user would see a success message.
2026-02-23 10:16:03 +03:00
..