提交 48846519 编写于 作者: J Jackson Kearl 提交者: Ramya Rao

Place cursor at end of extensions search box on autofill (#55254)

* Place cursor at end of extensions search box on autofill

* Use position instead of selection
上级 9c445352
......@@ -486,6 +486,7 @@ export class ExtensionsViewlet extends ViewContainerViewlet implements IExtensio
event.immediate = true;
this.searchBox.setValue(value);
this.searchBox.setPosition(new Position(1, value.length + 1));
}
private triggerSearch(immediate = false): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册