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
'Use the Left Arrow to select the previous tab, Right Arrow for the next tab, Home for the first tab, and End for the last tab. Press Enter to select the focused tab.';
@@ -110,10 +113,6 @@ export class Tabs extends CompositeDisposable {
110
113
this.addDisposables(scrollbar);
111
114
}
112
115
113
-
this.element.role='tablist';
114
-
this.element.ariaLabel=
115
-
'Use the Left Arrow to select the previous tab, Right Arrow for the next tab, Home for the first tab, and End for the last tab. Press Enter to select the focused tab.';
0 commit comments