aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/webControls
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/webControls')
-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) => {