angular2-draggable icon indicating copy to clipboard operation
angular2-draggable copied to clipboard

Dragging partially out of bounds

Open brotherM opened this issue 5 years ago • 0 comments

When inBounds is false, it is possible for users to drag items completely off the screen such that they cannot be dragged back on.

A more desirable behavior would be to allow them to drag items partially offscreen but not so far as to make the items inaccessible. Maybe that means limiting the drag-handle to certain boundaries even if the element itself is not bound to those boundaries.

Is there some way to achieve this?

brotherM avatar Dec 01 '18 00:12 brotherM