This commit is contained in:
tamaina 2023-07-17 09:11:31 +00:00
parent 3bbeac4be2
commit b446bfb0b6
1 changed files with 1 additions and 1 deletions

View File

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