We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a42e22 commit f1c278bCopy full SHA for f1c278b
src/workbench/workbench.tsx
@@ -72,7 +72,7 @@ export function WorkbenchView(props: IWorkbench & IWorkbenchController) {
72
} = props;
73
74
return (
75
- <div id={ID_APP} className={appClassName}>
+ <div id={ID_APP} className={appClassName} tabIndex={0}>
76
<div className={workbenchClassName}>
77
{!menuBar.hidden && <MenuBarView />}
78
{!activityBar.hidden && <ActivityBarView />}
0 commit comments