Skip to content

Commit ad0ef25

Browse files
authored
change lightbulb widget role (microsoft#210612)
* revert role * change widget role to listbox instead?
1 parent a478488 commit ad0ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/codeAction/browser/lightBulbWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class LightBulbWidget extends Disposable implements IContentWidget {
6868
super();
6969

7070
this._domNode = dom.$('div.lightBulbWidget');
71-
this._domNode.role = 'menu';
71+
this._domNode.role = 'listbox';
7272
this._register(Gesture.ignoreTarget(this._domNode));
7373

7474
this._editor.addContentWidget(this);

0 commit comments

Comments
 (0)