aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
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);