1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +02:00
This commit is contained in:
tamaina
2023-07-17 09:11:31 +00:00
parent 3bbeac4be2
commit b446bfb0b6

View File

@@ -490,8 +490,8 @@ function visibilityChange() {
onActivated(() => {
console.log('activated');
active.value = true;
nextTick(() => {
active.value = true;
visibilityChange();
});
});