mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-03 13:07:43 +00:00
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.