mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Remove not needed await on global context
This commit is contained in:
parent
7cbaa15aad
commit
d57e43df54
@ -2899,7 +2899,7 @@ async function getWorldEntry(name, data, entry) {
|
|||||||
.prop('selected', true)
|
.prop('selected', true)
|
||||||
.trigger('input');
|
.trigger('input');
|
||||||
|
|
||||||
await saveWorldInfo(name, data);
|
saveWorldInfo(name, data);
|
||||||
|
|
||||||
// exclude recursion
|
// exclude recursion
|
||||||
const excludeRecursionInput = template.find('input[name="exclude_recursion"]');
|
const excludeRecursionInput = template.find('input[name="exclude_recursion"]');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user