mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-24 15:05:13 +00:00
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;
|
active.value = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
watch(visibility, () => {
|
watch([active, visibility], () => {
|
||||||
if (!backed && active.value && visibility.value === 'visible') {
|
if (!backed && active.value && visibility.value === 'visible') {
|
||||||
executeQueue();
|
executeQueue();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue