fixes #33251
parent
2126e36f12
commit
a03e553077
|
@ -368,7 +368,9 @@ class SourceControlView extends CollapsibleView {
|
|||
}
|
||||
|
||||
focus(): void {
|
||||
this.inputBox.focus();
|
||||
if (this.isExpanded()) {
|
||||
this.inputBox.focus();
|
||||
}
|
||||
}
|
||||
|
||||
getActions(): IAction[] {
|
||||
|
|
Loading…
Reference in New Issue