Skip to content

Commit

Permalink
[scm] refesh on widget activation
Browse files Browse the repository at this point in the history
fixes #7873
Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
  • Loading branch information
svenefftinge authored and akosyakov committed May 25, 2020
1 parent 686d987 commit f7cecf2
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 @@ -149,6 +149,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 f7cecf2

Please sign in to comment.