-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
items is a static array of complex objects generated asynchronously
Not loading vertical-collection until the objects are ready
It shows the first two (or more if buffer size arg is used) but never shows the rest. I'd expect them to appear as the user scrolls down. The closing occluded content has the correct initial height but the opening content always has a height of 0 and the closing content height doesn't change
<div style="height: 100vh;">
{{#let (await this.pages) as |pages|}}
{{#if pages}}
<VerticalCollection
@items={{pages}}
@estimateHeight="868"
@key="_pageIndex"
as | page |>
<div page={{page._pageIndex}} {{render-pdf-page page}} />
</VerticalCollection>
{{/if}}
{{/let}}
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels