fix(ui-trajectory): preserve thinking label

This commit is contained in:
_Kerman
2026-08-03 16:22:03 +08:00
parent c2b0cc7b51
commit 9c261516ce
2 changed files with 3 additions and 3 deletions
@@ -1232,7 +1232,7 @@ function MarkdownRecordContent({
aria-expanded={thinkingExpanded}
onClick={() => { onThinkingExpandedChange(!thinkingExpanded) }}
>
{thinkingExpanded ? 'Hide thinking' : 'Show thinking'}
Thinking
<IconChevronRightOutline14 className={css.thinkingChevron} size={12} />
</button>
{thinkingExpanded && (