提交 6055a9df 编写于 作者: C Christof Marti

Reveal focused item (fixes #46752)

上级 15a30c0e
......@@ -274,6 +274,7 @@ export class QuickInputCheckboxList {
focus(what: 'First' | 'Last' | 'Next' | 'Previous' | 'NextPage' | 'PreviousPage'): void {
this.list['focus' + what]();
this.list.reveal(this.list.getFocus()[0]);
}
domFocus() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册