forge512/ember-printable-pages

Rendering will halt when a single item from a section overflows to the next page

chbonser opened this issue · 0 comments

Reproduction Steps

  • Generate a document with 3 sections each with an array of data
  • Align item heights so that 1 item from the second section renders on page 2

Expected

The 3rd and final section continues to render

Actual

Section 3 is not rendered. There are no console errors.