You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt that this is implemented, but I would like to know if there is any possibility to add 2 or more vue-draggable-resizables and make them have 1 common parent as a constraint.
I tried to naively implement a simple addition, but it turns out that each subsequent element is a child of the previous one.
In this example, I want to <div style="position: relative; height: 400px; border: 1px solid blue; margin: 1em;"> was a parent for everyone vue-draggable-resizable.
The text was updated successfully, but these errors were encountered:
I doubt that this is implemented, but I would like to know if there is any possibility to add 2 or more vue-draggable-resizables and make them have 1 common parent as a constraint.
I tried to naively implement a simple addition, but it turns out that each subsequent element is a child of the previous one.
In this example, I want to
<div style="position: relative; height: 400px; border: 1px solid blue; margin: 1em;">
was a parent for everyone vue-draggable-resizable.The text was updated successfully, but these errors were encountered: