This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
PDF generation won't output all pages when there is fragments #488
Labels
bug
Something isn't working
Info
Type
Expected Behavior
For example when there are total 8 pages and one page has 3 fragments, it should generate total 11 pages.
Actual Behavior
It discards last 3 pages and generates only 8 pages.
How can we reproduce the behavior?
create a presentation with fragments and try to generate pdf
Problematic code
@fusuma/task-pdf/src/index.js has following code to guess the number of total slides which does not count fragments.
The text was updated successfully, but these errors were encountered: