mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Fix IO note count (#2884)
This commit is contained in:
parent
93738d1656
commit
6f3550464d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export function exportShapesToClozeDeletions(occludeInactive: boolean): {
|
|||
}
|
||||
});
|
||||
|
||||
return { clozes, noteCount: shapes.length };
|
||||
return { clozes, noteCount: index };
|
||||
}
|
||||
|
||||
/** Gather all Fabric shapes, and convert them into BaseShapes or
|
||||
|
|
Loading…
Reference in a new issue