From 7ce0846d9ec968da3ea4f7ebcc6db26db8e49089 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 31 Oct 2020 00:37:10 +0800 Subject: Update packages. --- FrontEnd/src/app/services/DataHub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrontEnd/src') diff --git a/FrontEnd/src/app/services/DataHub.ts b/FrontEnd/src/app/services/DataHub.ts index 93a9b41f..4d618db6 100644 --- a/FrontEnd/src/app/services/DataHub.ts +++ b/FrontEnd/src/app/services/DataHub.ts @@ -22,7 +22,7 @@ export class DataLine { } ) { if (config.disableInitSync !== true) { - setImmediate(() => void this.sync()); + setTimeout(() => void this.sync()); } } -- cgit v1.2.3