aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 15:15:35 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 15:20:49 +1000
commit016f619daf1864920f978c5cfd8feb94abe3ab08 (patch)
treebebdf1a6efe8b5843bc89b6b20d7efda70a2bcb5 /src/App.vue
parentbfedee13486da7dd4f0668c60f9f8456930642ec (diff)
Add FAQs section to help info
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index f7b87df..30a7c02 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -912,6 +912,7 @@ export default defineComponent({
},
// For the loading-indicator
primeLoadInd(msg: string){ // Sets up a loading message to display after a timeout
+ clearTimeout(this.pendingLoadingRevealHdlr);
this.pendingLoadingRevealHdlr = setTimeout(() => {
this.loadingMsg = msg;
}, 500);