From 1d20fe13f391ca032b946749fd79d965da720062 Mon Sep 17 00:00:00 2001 From: j433866 Date: Fri, 31 May 2019 08:54:01 +0100 Subject: [PATCH] Reset displayed load progress when clearing IO --- src/web/InputWaiter.mjs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/web/InputWaiter.mjs b/src/web/InputWaiter.mjs index b59d1f86..afc36040 100644 --- a/src/web/InputWaiter.mjs +++ b/src/web/InputWaiter.mjs @@ -1168,6 +1168,17 @@ class InputWaiter { tabsList.item(i).remove(); } + this.showLoadingInfo({ + pending: 0, + loading: 0, + loaded: 1, + total: 1, + activeProgress: { + inputNum: 1, + progress: 100 + } + }); + this.setupInputWorker(); this.manager.worker.setupChefWorker(); this.addInput(true);