feat: Adjust document mention picker max height and refine thread header shimmer display logic.

This commit is contained in:
Anish Sarkar 2025-12-28 21:29:28 +05:30
parent 446abc239b
commit a10bfe32cd
2 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ const ThinkingStepsDisplay: FC<{ steps: ThinkingStep[]; isThreadRunning?: boolea
)}
>
{/* Header text with shimmer if processing or has in-progress step */}
{isProcessing || inProgressStep ? (
{isProcessing && inProgressStep ? (
<TextShimmerLoader text={getHeaderText()} size="sm" />
) : (
<span>{getHeaderText()}</span>