You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
There is a text cursor on hover, and
minimumMovement
is100
so there is no problem with that either.The text was updated successfully, but these errors were encountered: