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

Issue with ngDraggable boundsCheck() if out of bounds.

Open nith822 opened this issue 3 years ago • 0 comments

After calling boundsCheck, and element is out of bounds, there are issues with dragging the element.

Element x position out of bounds: element cannot be dragged until after clicked once. Element y position out of bounds: element can only be dragged on x axis until clicked once.

Temporary fix by calling ngDraggable.ngAfterViewInit() after ngDraggable.boundsCheck()

nith822 avatar Aug 12 '21 17:08 nith822