Fix overlapping boxes.

This commit is contained in:
Christian Gunderman
2026-03-13 13:15:47 -07:00
parent cfe1e39bd1
commit 3effa0f998

View File

@@ -512,11 +512,9 @@ export const useGeminiStream = (
if (tc.request.name === ASK_USER_TOOL_NAME && isInProgress) {
return false;
}
return (
tc.status !== 'scheduled' &&
tc.status !== 'validating' &&
tc.status !== 'awaiting_approval'
);
// ToolGroupMessage now shows all non-canceled tools, so they are visible
// in pending and we need to draw the closing border for them.
return true;
});
if (