pull/33510/head
Joao 2017-08-29 12:59:43 +02:00
parent 2126e36f12
commit a03e553077
1 changed files with 3 additions and 1 deletions

View File

@ -368,7 +368,9 @@ class SourceControlView extends CollapsibleView {
}
focus(): void {
this.inputBox.focus();
if (this.isExpanded()) {
this.inputBox.focus();
}
}
getActions(): IAction[] {