1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00
This commit is contained in:
tamaina
2023-07-18 13:19:04 +00:00
parent 7e06305b96
commit e9486d0085

View File

@@ -430,7 +430,7 @@ onDeactivated(() => {
});
watch(visibility, () => {
if (active.value && visibility.value === 'visible') {
if (!backed && active.value && visibility.value === 'visible') {
executeQueue();
}
});