提交 29933d67 编写于 作者: J Joao Moreno

git: scm viewlet set focus on input box

上级 2e4395c1
......@@ -269,6 +269,11 @@ export class SCMViewlet extends Viewlet {
return 400;
}
focus(): void {
super.focus();
this.inputBox.focus();
}
private acceptThrottler = new Throttler();
private accept(): void {
this.acceptThrottler
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册