Fix clearing bio translate

This commit is contained in:
Natsumi
2026-01-13 12:08:20 +13:00
parent 9b59e54836
commit d2387c5419
6 changed files with 86 additions and 80 deletions

View File

@@ -1443,6 +1443,12 @@
userDialogIndex.value = getNextDialogIndex();
});
!userDialog.value.loading && loadLastActiveTab();
if (userDialog.value.id !== bioCache.value.userId) {
bioCache.value = {
userId: null,
translated: null
};
}
}
}
);