feat(gallery): fix router back navigation from gallery and unlock achievements after visiting instead of before
This commit is contained in:
@@ -90,6 +90,7 @@ export const useGalleryStore = defineStore("gallery", {
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
this.shouldAnimateOutro = true;
|
||||
navigateTo("/gallery");
|
||||
}, ANIMATION.NAVIGATE_DELAY);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user