reversed results list

This commit is contained in:
lukew3 2021-05-25 16:38:18 -04:00
parent 5cdc462757
commit c53138ce1c
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,8 @@
- Tests started and completed doesn't increment when quitting a running test
- Doesn't work as I expected in live version either, no issue
- Create configSchema
- Figure out if filteredResults.reverse(); in account.js is going to cause efficiency issues
- Could reverse processing of results, but that would add more complexity to code
## After beta is ready

View file

@ -580,6 +580,7 @@ export function update() {
totalWpm += result.wpm;
});
filteredResults.reverse();
loadMoreLines();
////////