fix
This commit is contained in:
parent
7e06305b96
commit
e9486d0085
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ onDeactivated(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
watch(visibility, () => {
|
watch(visibility, () => {
|
||||||
if (active.value && visibility.value === 'visible') {
|
if (!backed && active.value && visibility.value === 'visible') {
|
||||||
executeQueue();
|
executeQueue();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue