Skip to content

fix(seer): allow collapsing ThinkingBlock while thinking is active - #123252

Draft
natemoo-re wants to merge 1 commit into
masterfrom
nm/seer/thinking-collapse
Draft

fix(seer): allow collapsing ThinkingBlock while thinking is active#123252
natemoo-re wants to merge 1 commit into
masterfrom
nm/seer/thinking-collapse

Conversation

@natemoo-re

Copy link
Copy Markdown
Member

ThinkingBlock forces the disclosure open while `isActive` is true (`isExpanded = isActive || userExpanded`), so users can't collapse it mid-thought.

Replaced the boolean with a nullable override — `null` means no user interaction and falls through to `isActive` as the default. When thinking completes, an effect resets the override to `null` so it auto-collapses.

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Story previews

Preview the stories changed in this PR on the Vercel deployment:

Preview deployment: https://sentry-e9wf8f9ql.sentry.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant