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.
1 parent a15cd24 commit 074ff63Copy full SHA for 074ff63
lib/Resizable.jsx
@@ -147,6 +147,7 @@ export default class Resizable extends React.Component {
147
newState.resizing = true;
148
} else if (handlerName === 'onResizeStop') {
149
newState.resizing = false;
150
+ newState.slackW = newState.slackH = 0;
151
} else {
152
// Early return if no change after constraints
153
if (width === this.state.width && height === this.state.height) return;
0 commit comments