Fix tag backup import not refreshing popup

This commit is contained in:
Wolfsblvt 2024-07-29 02:33:36 +02:00
parent 1738e8a48d
commit 4408f52c79

View File

@ -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() {