Make sure auto-expand doesn't conflict with hidden
| @@ -216,7 +216,7 @@ export class ReasoningHandler { | ||
| 216 | 216 | |
| 217 | 217 | this.updateDom(messageId); |
| 218 | 218 | |
| 219 | 219 | if (power_user.reasoning.auto_expand && this.state !== ReasoningState.Hidden) { |
| 220 | 220 | this.messageReasoningDetailsDom.open = true; |
| 221 | 221 | } |
| 222 | 222 | } |