activeでもexecuteQueueする
This commit is contained in:
parent
20ae59756f
commit
ef69eee155
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ onDeactivated(() => {
|
|||
active.value = false;
|
||||
});
|
||||
|
||||
watch(visibility, () => {
|
||||
watch([active, visibility], () => {
|
||||
if (!backed && active.value && visibility.value === 'visible') {
|
||||
executeQueue();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue