aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/webControls/containers/WebControlsScreen.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:21:03 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:21:03 +0200
commit4a468ce53865e4f2dcc6b2c395fc158cde1f17dc (patch)
tree8e27953513fff38000ac2c3ca9be4229e52fb2f5 /src/features/webControls/containers/WebControlsScreen.js
parentFix merge errors (diff)
downloadferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.tar.gz
ferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.tar.zst
ferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.zip
Add option to always show service navigation bar
Diffstat (limited to 'src/features/webControls/containers/WebControlsScreen.js')
-rw-r--r--src/features/webControls/containers/WebControlsScreen.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/webControls/containers/WebControlsScreen.js b/src/features/webControls/containers/WebControlsScreen.js
index cada01a6f..31168a397 100644
--- a/src/features/webControls/containers/WebControlsScreen.js
+++ b/src/features/webControls/containers/WebControlsScreen.js
@@ -32,6 +32,7 @@ class WebControlsScreen extends Component {
32 this.autorunDisposer = autorun(() => { 32 this.autorunDisposer = autorun(() => {
33 if (service.isAttached) { 33 if (service.isAttached) {
34 this.webview = service.webview; 34 this.webview = service.webview;
35 this.url = this.webview.getURL();
35 36
36 URL_EVENTS.forEach((event) => { 37 URL_EVENTS.forEach((event) => {
37 this.webview.addEventListener(event, (e) => { 38 this.webview.addEventListener(event, (e) => {