From 016f619daf1864920f978c5cfd8feb94abe3ab08 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 10 Jul 2022 15:15:35 +1000 Subject: Add FAQs section to help info --- src/App.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.vue') 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); -- cgit v1.2.3