GSAP icon indicating copy to clipboard operation
GSAP copied to clipboard

Draggable doesn't allow text fields to be blurred

Open blazgocompany opened this issue 7 months ago • 4 comments

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:

  1. Click the draggable container multiple times, or,
  2. 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.

blazgocompany avatar Jul 31 '24 15:07 blazgocompany