Open
Description
Given the following code:
<Draggable bounds="parent">
<Resizable className="box" width={150} height={150} onResizeStart={this.onStart}>
<div style={{width: '150px', height: '150px' }}>Test</div>
</Resizable>
</Draggable>
Where <Draggable />
is the react-draggable module, when resizing using the react-resizable-handle
, it also triggers the drag of the parent element. Is this an issue or is there a way to 'cancel' the resize from bubbling upwards to the parent draggable?
Metadata
Metadata
Assignees
Labels
No labels