Skip to content

Commit

Permalink
fix(Service): Ctrl/Cmd+R now navigates back to the service root
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 22, 2017
1 parent b0ac4fc commit 7293492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/ServicesStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export default class ServicesStore extends Store {
const service = this.one(serviceId);
service.resetMessageCount();

service.webview.reload();
service.webview.loadURL(service.url);
}

@action _reloadActive() {
Expand Down

0 comments on commit 7293492

Please sign in to comment.