Skip to content

Commit 7293492

Browse files
committed
fix(Service): Ctrl/Cmd+R now navigates back to the service root
1 parent b0ac4fc commit 7293492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/ServicesStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export default class ServicesStore extends Store {
368368
const service = this.one(serviceId);
369369
service.resetMessageCount();
370370

371-
service.webview.reload();
371+
service.webview.loadURL(service.url);
372372
}
373373

374374
@action _reloadActive() {

0 commit comments

Comments
 (0)