mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 15:15:45 +02:00
fix
This commit is contained in:
@@ -430,7 +430,7 @@ onDeactivated(() => {
|
||||
});
|
||||
|
||||
watch(visibility, () => {
|
||||
if (active.value && visibility.value === 'visible') {
|
||||
if (!backed && active.value && visibility.value === 'visible') {
|
||||
executeQueue();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user