react-resizable icon indicating copy to clipboard operation
react-resizable copied to clipboard

Can I use this in tandem with React-Draggable?

Open tetron432 opened this issue 2 years ago • 3 comments

Thanks for opening an issue!

Please select the type of issue you're reporting. For questions.

  • [ ] Bug
  • [ ] Feature Request
  • [X] Question

Problem Report

Can I use this library together with React-Draggable, by any chance?

tetron432 avatar Jan 03 '23 00:01 tetron432

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.

purfectliterature avatar Jan 04 '23 11:01 purfectliterature

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

Ajamuar avatar Jan 31 '23 05:01 Ajamuar