git: scm viewlet set focus on input box

This commit is contained in:
Joao Moreno
2017-01-11 13:20:41 +01:00
parent 2e4395c11e
commit 29933d6747
@@ -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