aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/zoom.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/zoom.js')
-rw-r--r--src/webview/zoom.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/zoom.js b/src/webview/zoom.js
index 99c647036..3ad88916e 100644
--- a/src/webview/zoom.js
+++ b/src/webview/zoom.js
@@ -1,4 +1,4 @@
1const electron = require('electron'); 1import electron from 'electron';
2 2
3const { ipcRenderer, webFrame } = electron; 3const { ipcRenderer, webFrame } = electron;
4 4