aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-27 14:53:38 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-27 14:53:38 +0100
commitc8e7dabde3086ec2f051e8be9e1fbfd66faba321 (patch)
tree4ef515428fb7ba33f128436668f1cd1616a1b64c /src/stores/ServicesStore.js
parentBump version number (diff)
downloadferdium-app-c8e7dabde3086ec2f051e8be9e1fbfd66faba321.tar.gz
ferdium-app-c8e7dabde3086ec2f051e8be9e1fbfd66faba321.tar.zst
ferdium-app-c8e7dabde3086ec2f051e8be9e1fbfd66faba321.zip
Directly reloading webview instead of updating url
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 934a8a6e0..f65faa5a5 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -585,7 +585,8 @@ export default class ServicesStore extends Store {
585 585
586 service.resetMessageCount(); 586 service.resetMessageCount();
587 587
588 service.webview.loadURL(service.url); 588 // service.webview.loadURL(service.url);
589 service.webview.reload();
589 } 590 }
590 591
591 @action _reloadActive() { 592 @action _reloadActive() {