Skip to content

Commit

Permalink
Fix missing 'changes' section in Source Control view
Browse files Browse the repository at this point in the history
  • Loading branch information
westbury committed Jul 27, 2020
1 parent df213c3 commit 9774862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scm/src/browser/scm-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export class ScmWidget extends BaseWidget implements StatefulWidget {

protected onActivateRequest(msg: Message): void {
super.onActivateRequest(msg);
this.refresh();
this.commitWidget.focus();
}

Expand Down

0 comments on commit 9774862

Please sign in to comment.