react-draggable
react-draggable copied to clipboard
Setting bounds to selector is not restricting movement to the selector.
Here I have:
`<ReactDraggable bounds='.notesCanvas' nodeRef={nodeRef}
`
but I am able to drag notes completely around the viewport with it being restricted to the viewport's edges. This is not what I want, I am trying to restrict it to inside the selector as above.
is this .noteCanvas
element a parent element of your ReactDraggable
?