mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix tag backup import not refreshing popup
This commit is contained in:
@ -1536,7 +1536,9 @@ async function onTagRestoreFileSelect(e) {
|
||||
printCharactersDebounced();
|
||||
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() {
|
||||
|
Reference in New Issue
Block a user