We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please select the type of issue you're reporting. For questions.
Can I use this library together with React-Draggable, by any chance?
The text was updated successfully, but these errors were encountered:
Assuming you meant this react-draggable library, then yes, you can.
Just remember to put the Resizable component inside Draggable or DraggableCore, and not the other way around, else it wouldn't work.
Resizable
Draggable
DraggableCore
Sorry, something went wrong.
This doesn't seem to work as shown in the codesandbox below. Can you please help us figure out how to structure it in the correct way?
https://codesandbox.io/s/fervent-cerf-0z335q?file=/src/components/Line.tsx
This comment provides a workaround: monkey-patch a e.stopPropagation().
e.stopPropagation()
No branches or pull requests
Thanks for opening an issue!
Please select the type of issue you're reporting. For questions.
Problem Report
Can I use this library together with React-Draggable, by any chance?
The text was updated successfully, but these errors were encountered: