Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgb authored Jul 20, 2020
1 parent da07f0f commit bf48aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ReactGridLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default class ReactGridLayout extends React.Component<Props, State> {
this.props.children !== nextProps.children ||
!fastRGLPropsEqual(this.props, nextProps, isEqual) ||
this.state.activeDrag !== nextState.activeDrag ||
this.state.mounted !== nextState.mounted ||
this.state.droppingPosition !== nextState.droppingPosition
);
}
Expand Down

0 comments on commit bf48aca

Please sign in to comment.