diff --git a/components/custom/canvas.tsx b/components/custom/canvas.tsx index 90335a9..5ef8cd5 100644 --- a/components/custom/canvas.tsx +++ b/components/custom/canvas.tsx @@ -429,7 +429,9 @@ export function Canvas({ } )}`} - ) : null} + ) : ( +
+ )} @@ -443,6 +445,7 @@ export function Canvas({ copyToClipboard(canvas.content); toast.success('Copied to clipboard!'); }} + disabled={canvas.status === 'streaming'} >