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
these elements are created dynamically by the user which he can drag around.
When the application is closed and reopened i want to have the old positions of the elements before it was closed.
I am saving the data width, height and transform in onEventEnd($event).
My question is how can i set the property movingOffset in the child div that it is being shown here https://xieziyu.github.io/angular2-draggable/#/draggable/usage/events programatically?
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Hello,
i am developing an application with multiple draggable objects that are in within of a div element with #myBounds that look like this :
the children have the following div content
these elements are created dynamically by the user which he can drag around.
When the application is closed and reopened i want to have the old positions of the elements before it was closed.
I am saving the data width, height and transform in onEventEnd($event).
My question is how can i set the property movingOffset in the child div that it is being shown here https://xieziyu.github.io/angular2-draggable/#/draggable/usage/events programatically?
Thank you for your time!
The text was updated successfully, but these errors were encountered: