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 c4cfd83 commit 6fe760bCopy full SHA for 6fe760b
src/vs/platform/quickinput/browser/quickInput.ts
@@ -1364,6 +1364,7 @@ export class QuickInputController extends Disposable {
1364
progressBar.getContainer().classList.add('quick-input-progress');
1365
1366
const widget = dom.append(container, $('.quick-input-html-widget'));
1367
+ widget.tabIndex = -1;
1368
1369
const listId = this.idPrefix + 'list';
1370
const list = this._register(new QuickInputList(container, listId, this.options));
0 commit comments