Merge pull request #3480 from SillyTavern/fix-auto-expand-new-message

Fix auto expand on thinking during new message
This commit is contained in:
Cohee 2025-02-15 22:57:01 +02:00 committed by GitHub
commit 9a15890745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,6 +215,10 @@ export class ReasoningHandler {
}
this.updateDom(messageId);
if (power_user.reasoning.auto_expand && this.state !== ReasoningState.Hidden) {
this.messageReasoningDetailsDom.open = true;
}
}
/**