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