mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix: improve tool call handling and UI adjustments
This commit is contained in:
@@ -40,7 +40,7 @@ export default function CoppyButton({
|
||||
/>
|
||||
) : (
|
||||
<Copy
|
||||
className="cursor-pointer fill-none"
|
||||
className="w-4 cursor-pointer fill-none"
|
||||
onClick={() => {
|
||||
handleCopyClick(text);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user