Skip to content

Commit

Permalink
fix: resize element handler (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
flops authored Sep 17, 2024
1 parent 85aed4d commit 5506c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/GridLayout/GridLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ export default class GridLayout extends React.PureComponent {
}

_onResizeStop(group, layout, oldItem, newItem, placeholder, e, element) {
this._onStop(group, layout);

this.context.onResizeStop?.call(
this,
this.prepareDefaultArguments(group, layout, oldItem, newItem, placeholder, e, element),
Expand Down

0 comments on commit 5506c56

Please sign in to comment.