We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9d79c + 8918e40 commit 7705bc9Copy full SHA for 7705bc9
lib/Resizable.jsx
@@ -43,7 +43,8 @@ var Resizable = module.exports = React.createClass({
43
if (!this.state.resizing) {
44
this.setState({
45
initialWidth: props.width,
46
- initialHeight: props.height
+ initialHeight: props.height,
47
+ bounds: this.constraintsToBounds()
48
});
49
this.refs.draggable.resetState();
50
}
0 commit comments