Hi!
sometimes I need to set the position programmatically, for example if the window is resized and the draggable element is left out of it.
I do it modifying the position of element manually and accessing the draggable-state via getAttribute to change the startDragPosition and currentDragPosition, but it's tricky
Now is possible? If not, is a possible future feature?
Thank!