daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.02k stars 617 forks source link

Reset position and scale #1131

Open eitanavgil opened 1 month ago

eitanavgil commented 1 month ago

Environments

Description

I am using react-moveable to detach a video chat component and i want to have the ability to return the video container back to its original position. I have tried to utilise target!.style.transform but it fails Is there a best-practice way to reset the container back to its original dimensions and setting? (also tried to set resizable and draggable to false - that didn't help either)

lh-sn commented 1 month ago

share a demo or reproduction...