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(() => { onActivated(() => {
console.log('activated'); console.log('activated');
active.value = true;
nextTick(() => { nextTick(() => {
active.value = true;
visibilityChange(); visibilityChange();
}); });
}); });