Skip to content

Commit

Permalink
fix(InfiniteGrid): fix setStatus for DOM Reverse issue (#226)
Browse files Browse the repository at this point in the history
Close #225
  • Loading branch information
daybrush committed Oct 4, 2018
1 parent 8e393a0 commit decc540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfiniteGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class InfiniteGrid extends Component {
const visibleItems = this.getItems();
const length = visibleItems.length;

renderer.createAndInsert(visibleItems);
renderer.createAndInsert(visibleItems, true);

const isReLayout = renderer.isNeededResize();

Expand Down

0 comments on commit decc540

Please sign in to comment.