fix
This commit is contained in:
parent
b8ea8538a1
commit
b1b9965878
|
@ -82,7 +82,6 @@ watch(uris, () => {
|
||||||
updateLists();
|
updateLists();
|
||||||
|
|
||||||
timer.value = window.setTimeout(() => {
|
timer.value = window.setTimeout(() => {
|
||||||
console.log('Update users after 3 seconds');
|
|
||||||
timer.value = null;
|
timer.value = null;
|
||||||
if (updateRequired.value) {
|
if (updateRequired.value) {
|
||||||
updateLists();
|
updateLists();
|
||||||
|
@ -95,6 +94,7 @@ watch(tab, () => {
|
||||||
window.clearTimeout(timer.value);
|
window.clearTimeout(timer.value);
|
||||||
timer.value = null;
|
timer.value = null;
|
||||||
}
|
}
|
||||||
|
updateLists();
|
||||||
});
|
});
|
||||||
|
|
||||||
async function processResult(result: QrScanner.ScanResult) {
|
async function processResult(result: QrScanner.ScanResult) {
|
||||||
|
|
Loading…
Reference in New Issue