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 ad1dca6 commit 90635fdCopy full SHA for 90635fd
lib/Resizable.jsx
@@ -179,6 +179,7 @@ export default class Resizable extends React.Component {
179
p.children.props.children,
180
<DraggableCore
181
{...p.draggableOpts}
182
+ key="resizableHandle"
183
ref="draggable"
184
onStop={this.resizeHandler('onResizeStop')}
185
onStart={this.resizeHandler('onResizeStart')}
0 commit comments