提交 7c8e4d5f 编写于 作者: S Sandeep Somavarapu

Fix #97240

上级 0db2e7c7
......@@ -323,7 +323,6 @@ export class MarkersFilterActionViewItem extends BaseActionViewItem {
ariaLabel: Messages.MARKERS_PANEL_FILTER_ARIA_LABEL,
history: this.filterController.filters.filterHistory
}));
this.filterInputBox.inputElement.setAttribute('aria-labelledby', 'markers-panel-arialabel');
this._register(attachInputBoxStyler(this.filterInputBox, this.themeService));
this.filterInputBox.value = this.filterController.filters.filterText;
this._register(this.filterInputBox.onDidChange(filter => this.delayedFilterUpdate.trigger(() => this.onDidInputChange(this.filterInputBox!))));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册