Open Naama-Le opened 1 year ago
@Naama-Le
The container prop is not used because it is an option used internally.
The control box is not created on the body either.
https://codesandbox.io/s/vue2-moveable-draggable-7lhjot?file=/src/App.vue
Container is not used because it is an option used internally.
If not working, can I check the code you used?
Environments
Description
After reinstalling the package today, it seems like it is a must to define the container prop, as suddenly all moveable boxes jumped to the body. You didn't write this in the vue-moveable README and also in your API Documentation What is it for? what should I put in the container prop to make sure the moveable position is inside the container defined in the template?