mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
No dangling promise
This commit is contained in:
@@ -4885,7 +4885,7 @@ export async function assignLorebookToChat() {
|
||||
saveMetadata();
|
||||
});
|
||||
|
||||
callGenericPopup(template, POPUP_TYPE.TEXT);
|
||||
return callGenericPopup(template, POPUP_TYPE.TEXT);
|
||||
}
|
||||
|
||||
jQuery(() => {
|
||||
|
Reference in New Issue
Block a user