diff options
author | crupest <crupest@outlook.com> | 2020-10-31 00:37:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-31 00:37:10 +0800 |
commit | 5875e7a19ff8eb244e2849647ba35aa898de6b52 (patch) | |
tree | 0d1c10cd42398bea87e0169e8a4ec385b71f49bc /FrontEnd/src | |
parent | 1c69272c2aed2b0b1e6b1f1f31dfdb635151a5af (diff) | |
download | timeline-5875e7a19ff8eb244e2849647ba35aa898de6b52.tar.gz timeline-5875e7a19ff8eb244e2849647ba35aa898de6b52.tar.bz2 timeline-5875e7a19ff8eb244e2849647ba35aa898de6b52.zip |
Update packages.
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/app/services/DataHub.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<TData> { } ) { if (config.disableInitSync !== true) { - setImmediate(() => void this.sync()); + setTimeout(() => void this.sync()); } } |