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 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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: