react-rnd
react-rnd copied to clipboard
Is There a way to Drag and Resize Multiple Items at once?
This is a question.
Overview of the problem
I'm using react-rnd version 10.1.9
My browser is: chrome
Description
Is There a way to Drag and Resize Multiple Items at once?
Same question - this would be marvelous for our use-case.
My solution is: when an element is dragging, manual set transform: translate to other selected element
Rnd Can be nested
My solution is: when an element is dragging, manual set transform: translate to other selected element
Hi jiyarong, would you be willing to share any code that could accomplish this? Or explain in a bit more detail how your solution would work? I'm curious to know how the other "selected element" or elements are determined. Is there some visual indicator to show that they're also selected? How would a user select them?