I'm making an app where you can drag a widget to a new position to create another widget there. (the original widget pops back to its initial position)
To test this it would be most convenient if cli.drag could use a position as its second argument instead of a widget. Maybe even a relative position?
I'm making an app where you can drag a widget to a new position to create another widget there. (the original widget pops back to its initial position)
To test this it would be most convenient if
cli.drag
could use a position as its second argument instead of a widget. Maybe even a relative position?