mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make sure auto-expand doesn't conflict with hidden
This commit is contained in:
@ -216,7 +216,7 @@ export class ReasoningHandler {
|
|||||||
|
|
||||||
this.updateDom(messageId);
|
this.updateDom(messageId);
|
||||||
|
|
||||||
if (power_user.reasoning.auto_expand) {
|
if (power_user.reasoning.auto_expand && this.state !== ReasoningState.Hidden) {
|
||||||
this.messageReasoningDetailsDom.open = true;
|
this.messageReasoningDetailsDom.open = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user