Fix IO note count (#2884)

This commit is contained in:
Abdo 2023-12-10 05:55:47 +03:00 committed by GitHub
parent 5a9f9433ba
commit 07d9cec88e

View file

@ -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