mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
Merge pull request #3480 from SillyTavern/fix-auto-expand-new-message
Fix auto expand on thinking during new message
This commit is contained in:
commit
9a15890745
@ -215,6 +215,10 @@ export class ReasoningHandler {
|
||||
}
|
||||
|
||||
this.updateDom(messageId);
|
||||
|
||||
if (power_user.reasoning.auto_expand && this.state !== ReasoningState.Hidden) {
|
||||
this.messageReasoningDetailsDom.open = true;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user