From 3458c608fd288846d863e9bd903c8992428e5925 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Tue, 5 May 2020 17:59:05 -0500 Subject: [PATCH] run #updateGlobalStats in #handleSyncComplete --- assets/js/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/js/app.js b/assets/js/app.js index c291dc66..0bd5d056 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -54,6 +54,10 @@ export class App { // Run a single bulk server sort instead of per-add event since there may be multiple this.sortController.show() this.percentageBar.redraw() + + // The data may not be there to correctly compute values, but run an attempt + // Otherwise they will be updated by #initTasks + this.updateGlobalStats() } initTasks () {