mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove not needed await on global context
This commit is contained in:
@ -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"]');
|
||||||
|
Reference in New Issue
Block a user