mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix card info failing to load with qt5 (#3681)
This commit is contained in:
parent
b52fa338c0
commit
ec501e42da
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ export function prepareData(revlog: RevlogEntry[], maxDays: number) {
|
|||
let daysSinceFirstLearn = 0;
|
||||
|
||||
revlog
|
||||
.toReversed()
|
||||
.slice()
|
||||
.reverse()
|
||||
.forEach((entry, index) => {
|
||||
const reviewTime = Number(entry.time);
|
||||
if (index === 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue