After upgrading from v2.0.0-rc1 to v2.2.0 , the new CSS translation logic for x,y position breaks.
I have a parent div with the following css wrapping a child VueDraggableResizable:
.parent { display: flex; flex-direction: column; justify-content: center; align-items: center; }
In vue dev tools, it says that the x,y property of my VueDraggableResizable is (0,0)
However it clearly isn't (0,0) as the following screenshot indicates.
I would like to know what the parent container should have display and position set to.
Thank you!
After upgrading from v2.0.0-rc1 to v2.2.0 , the new CSS translation logic for x,y position breaks.
I have a parent div with the following css wrapping a child VueDraggableResizable:
.parent { display: flex; flex-direction: column; justify-content: center; align-items: center; }
In vue dev tools, it says that the x,y property of my VueDraggableResizable is (0,0)
However it clearly isn't (0,0) as the following screenshot indicates.
I would like to know what the parent container should have display and position set to. Thank you!