mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix auto expand on thinking during new message
This commit is contained in:
@ -215,6 +215,10 @@ export class ReasoningHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.updateDom(messageId);
|
this.updateDom(messageId);
|
||||||
|
|
||||||
|
if (power_user.reasoning.auto_expand) {
|
||||||
|
this.messageReasoningDetailsDom.open = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user