mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
Merge pull request #1705 from LenAnderson/qr-init-immediately
init quick replies immediately
This commit is contained in:
commit
39f578d420
@ -185,7 +185,7 @@ const init = async () => {
|
||||
|
||||
await autoExec.handleStartup();
|
||||
};
|
||||
eventSource.on(event_types.APP_READY, init);
|
||||
await init();
|
||||
|
||||
const onChatChanged = async (chatIdx) => {
|
||||
log('CHAT_CHANGED', chatIdx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user