reset stacked note on click

This commit is contained in:
Julien Calixte
2023-08-14 18:57:17 +02:00
parent 6412b1252c
commit 780eaeb7f7
3 changed files with 8 additions and 9 deletions

View File

@@ -52,8 +52,7 @@ export const useUserRepoStore = defineStore({
this.files = files
// if the offline state is too quick,
// it gives more the impression of
// glitch.
// it gives more the impression of glitch.
setTimeout(() => {
this.isReadmeOffline = false
}, 500)