Fix auto expand on thinking during new message

dd50f491760d7109bf687b48403f526f14a480fa

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +4 -0Showing whitespace changes
public/scripts/reasoning.js+4 -0
@@ -215,6 +215,10 @@ export class ReasoningHandler {
215 }215 }
216216
217 this.updateDom(messageId);217 this.updateDom(messageId);
218
219 if (power_user.reasoning.auto_expand) {
220 this.messageReasoningDetailsDom.open = true;
221 }
218 }222 }
219223
220 /**224 /**