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
feat: allow for toolbox with multiple tab stops (#358)
- Switch to focusin/out for toolbox (maybe in future elsewhere)
- Drop the tab index fiddling as it's not practical to get it right in the face
of more than one tab stop in the toolbox, especially if that toolbox has a
DOM structure not known to the plugin.
Given that we're reinstating the ability to shift-tab flyout->toolbox it
makes sense to allow tab to the flyout. Shift-tab to the flyout remains not
possible in the auto-hide case but that's not unreasonable.
This version can be made to work with MakeCode without further modifications.
0 commit comments