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
(kb) make sure panel content is not focusable until we want to
before, panel content was always focusable. This made some unintended
behavior, like clicking a "a" element would keep the focus, and make the
`input` command stop working.
now if we just click a "a" element inside a non-focused panel, it wont
grab focus.
0 commit comments