From 723922524bdb9cfef870291770beea86b88f1af3 Mon Sep 17 00:00:00 2001 From: Krishav Raj Singh Date: Fri, 12 Sep 2025 10:56:05 +0530 Subject: [PATCH] fix: scroll --- .../see-image-tool/SeeImageToolView.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx b/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx index 39dd6886..d6ac5459 100644 --- a/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx +++ b/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx @@ -274,20 +274,6 @@ export function SeeImageToolView({ ); } - // For clear tool, if no output message and not streaming, use generic - if (isClearTool && !output && !isStreaming) { - return ( - - ); - } // Image-related data (not needed for clear tool) const imageUrl = !isClearTool && filePath ? constructImageUrl(filePath, project) : ''; @@ -350,7 +336,7 @@ export function SeeImageToolView({ - + {isStreaming ? (