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

Is There a way to Drag and Resize Multiple Items at once?

Open jdpagley opened this issue 4 years ago • 4 comments

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?

jdpagley avatar Sep 28 '20 12:09 jdpagley

Same question - this would be marvelous for our use-case.

molecule avatar Nov 11 '20 19:11 molecule

My solution is: when an element is dragging, manual set transform: translate to other selected element

jiyarong avatar Dec 29 '20 07:12 jiyarong

Rnd Can be nested

Ronchan0805 avatar Mar 22 '22 01:03 Ronchan0805

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?

msueping avatar Dec 15 '22 14:12 msueping