mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
git: scm viewlet set focus on input box
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user