We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a478488 commit ad0ef25Copy full SHA for ad0ef25
src/vs/editor/contrib/codeAction/browser/lightBulbWidget.ts
@@ -68,7 +68,7 @@ export class LightBulbWidget extends Disposable implements IContentWidget {
68
super();
69
70
this._domNode = dom.$('div.lightBulbWidget');
71
- this._domNode.role = 'menu';
+ this._domNode.role = 'listbox';
72
this._register(Gesture.ignoreTarget(this._domNode));
73
74
this._editor.addContentWidget(this);
0 commit comments