Fix auto expand on thinking during new message

This commit is contained in:
Wolfsblvt 2025-02-15 10:23:36 +01:00
parent 96d6a6df07
commit dd50f49176

View File

@ -215,6 +215,10 @@ export class ReasoningHandler {
}
this.updateDom(messageId);
if (power_user.reasoning.auto_expand) {
this.messageReasoningDetailsDom.open = true;
}
}
/**