1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 22:44:11 +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, () => { watch(visibility, () => {
if (active.value && visibility.value === 'visible') { if (!backed && active.value && visibility.value === 'visible') {
executeQueue(); executeQueue();
} }
}); });