mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
Fix tag backup import not refreshing popup
This commit is contained in:
parent
1738e8a48d
commit
4408f52c79
@ -1536,7 +1536,9 @@ async function onTagRestoreFileSelect(e) {
|
|||||||
printCharactersDebounced();
|
printCharactersDebounced();
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
|
|
||||||
await onViewTagsListClick();
|
// Reprint the tag management popup, without having it to be opened again
|
||||||
|
const tagContainer = $('#tag_view_list .tag_view_list_tags');
|
||||||
|
printViewTagList(tagContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onBackupRestoreClick() {
|
function onBackupRestoreClick() {
|
||||||
|
Loading…
Reference in New Issue
Block a user