mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-22 15:07:42 +01:00
init quick replies immediately
This commit is contained in:
parent
044bd149cd
commit
7af43023b1
@ -185,7 +185,7 @@ const init = async () => {
|
|||||||
|
|
||||||
await autoExec.handleStartup();
|
await autoExec.handleStartup();
|
||||||
};
|
};
|
||||||
eventSource.on(event_types.APP_READY, init);
|
await init();
|
||||||
|
|
||||||
const onChatChanged = async (chatIdx) => {
|
const onChatChanged = async (chatIdx) => {
|
||||||
log('CHAT_CHANGED', chatIdx);
|
log('CHAT_CHANGED', chatIdx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user