Skip to content

Commit

Permalink
check stopped variable reloading (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielruss authored Jun 25, 2024
1 parent 9b4eb9b commit 1fb1db2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions localforageDAO.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 1fb1db2

Please sign in to comment.