Make sure auto-expand doesn't conflict with hidden

This commit is contained in:
Wolfsblvt
2025-02-15 21:44:06 +01:00
parent dd50f49176
commit 37d9d4c253

View File

@ -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;
} }
} }