From 1fb1db2f46fd5d27ae31255781b0057844e5b66a Mon Sep 17 00:00:00 2001 From: danielruss Date: Tue, 25 Jun 2024 12:32:23 -0400 Subject: [PATCH] check stopped variable reloading (#447) --- localforageDAO.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/localforageDAO.js b/localforageDAO.js index 326e421..beb63c0 100644 --- a/localforageDAO.js +++ b/localforageDAO.js @@ -57,10 +57,8 @@ export async function restoreResults(results) { return; } - if (element?.value) { - element.value = results[qid]; - textboxinput(element, false); - } + element.value = results[qid]; + textboxinput(element, false); } // we should return from here...