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
There's a bug in 1.3.1 with setSelection.
On line 171 you add an extra 'ct-' for the id of the element ('ct-' is already part of this.id).
On line 670 "-li" shoud be "-li-"
The text was updated successfully, but these errors were encountered:
There's a bug in 1.3.1 with setSelection.
On line 171 you add an extra 'ct-' for the id of the element ('ct-' is already part of this.id).
On line 670 "-li" shoud be "-li-"
The text was updated successfully, but these errors were encountered: