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
Solution: return; right after that.$searchbox.focus(); at line 1480 (v1.10.0).
We're in (!isActive ...) { ... }. So no further processing is needed after focusing the the search field.
I did wrapped the
.focus()
method on asetTimeout
in line 1455. And give to the searchbox a new value of what was typed.The text was updated successfully, but these errors were encountered: