Skip to content

Commit deebd4f

Browse files
authored
Allow quick fixes to be shown in aux window (microsoft#201262)
* changed from domFocus to getFocus * removed call to getfocus
1 parent 68bc4c8 commit deebd4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/platform/actionWidget/browser/actionList.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ export class ActionList<T> extends Disposable {
314314
}
315315

316316
private onFocus() {
317-
this._list.domFocus();
318317
const focused = this._list.getFocus();
319318
if (focused.length === 0) {
320319
return;

0 commit comments

Comments
 (0)