This commit is contained in:
tamaina 2025-08-31 00:44:43 +09:00
parent b8ea8538a1
commit b1b9965878
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,6 @@ watch(uris, () => {
updateLists();
timer.value = window.setTimeout(() => {
console.log('Update users after 3 seconds');
timer.value = null;
if (updateRequired.value) {
updateLists();
@ -95,6 +94,7 @@ watch(tab, () => {
window.clearTimeout(timer.value);
timer.value = null;
}
updateLists();
});
async function processResult(result: QrScanner.ScanResult) {