Skip to content

Commit

Permalink
updated tav
Browse files Browse the repository at this point in the history
bindex so can in to notebook tab
  • Loading branch information
s596757 committed Aug 21, 2023
1 parent 5892153 commit aa33dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/widgets/src/tabbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,6 @@ namespace Private {
let node = document.createElement('div');
let content = document.createElement('ul');
content.setAttribute('role', 'tablist');
content.setAttribute('tabindex', '-1');
content.className = 'lm-TabBar-content';
node.appendChild(content);

Expand Down

0 comments on commit aa33dcb

Please sign in to comment.