Skip to content

Commit

Permalink
compositeBarActions: hasPopup: true for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Feb 11, 2021
1 parent 1887d9a commit a951596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/compositeBarActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ActivityActionViewItem extends BaseActionViewItem {

if (this.options.hasPopup) {
this.container.setAttribute('role', 'button');
this.container.setAttribute('aria-haspopup', 'menu');
this.container.setAttribute('aria-haspopup', 'true');
} else {
this.container.setAttribute('role', 'tab');
}
Expand Down

0 comments on commit a951596

Please sign in to comment.