GSAP
GSAP copied to clipboard
Draggable doesn't allow text fields to be blurred
Draggable doesn't allow text fields to be focused: https://codepen.io/BlazgoCompany/pen/oNrBJOm To focus the textbox, you have to click the textbox multiple times. To unfocus, you have to either:
- Click the draggable container multiple times, or,
- Click outside the draggable container once.
There is a text cursor on hover, and minimumMovement
is 100
so there is no problem with that either.