mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix/pl-rendering (#9484)
This commit is contained in:
@@ -308,7 +308,10 @@ const PaginatedList = <T extends PaginatedItem>({
|
||||
</ArrowKeyNavigation>
|
||||
{allowLoadMore && (
|
||||
<div style={{ height: "1px" }}>
|
||||
<Waypoint key={renderCount} onEnter={loadMoreResults} />
|
||||
<Waypoint
|
||||
key={items?.length + renderCount}
|
||||
onEnter={loadMoreResults}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user