Skip to content
Snippets Groups Projects
Unverified Commit 8aced591 authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

call onResize during onResizeStart to set state (#10951)

parent 1c36d7c3
No related merge requests found
......@@ -112,6 +112,7 @@ export default class GridLayout extends Component {
onResizeStart(i, { size }) {
this.setState({ resizing: true });
this.onResize(i, { size });
}
onResize(i, { size }) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment