Skip to content

Commit 70cbb64

Browse files
author
Kyle Kim
committed
Isotope Update
1 parent b901619 commit 70cbb64

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/IsotopeGrid/IsotopeGrid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ var IsotopeGrid = function (_React$Component) {
231231
if (this.state.reload) {
232232
this.state.isotope.reloadItems();
233233
}
234-
this.state.isotope.arrange();
235234
}
236235
}
237236
}, {

src/IsotopeGrid/IsotopeGrid.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ class IsotopeGrid extends React.Component {
183183
if (this.state.reload) {
184184
this.state.isotope.reloadItems();
185185
}
186-
this.state.isotope.arrange();
187186
}
188187
}
189188

0 commit comments

Comments
 (0)