Make sure auto-expand doesn't conflict with hidden

37d9d4c25340367af18caaa0cc1f6dc3fbdd52bb

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/reasoning.js+1 -1
@@ -216,7 +216,7 @@ export class ReasoningHandler {
216216
217217 this.updateDom(messageId);
218218
219219 if (power_user.reasoning.auto_expand && this.state !== ReasoningState.Hidden) {
220220 this.messageReasoningDetailsDom.open = true;
221221 }
222222 }