aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 13:22:55 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 13:22:55 +0100
commit449ea5889f03f74aeb1d14894e7e3825177f4948 (patch)
treeca0eae7ec99e119300394b049d3c1008f87ee41f /src/webview
parentfix(App): Fix app delay for Premium Supporters (diff)
downloadferdium-app-449ea5889f03f74aeb1d14894e7e3825177f4948.tar.gz
ferdium-app-449ea5889f03f74aeb1d14894e7e3825177f4948.tar.zst
ferdium-app-449ea5889f03f74aeb1d14894e7e3825177f4948.zip
Fix context menu
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/contextMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/contextMenu.js b/src/webview/contextMenu.js
index bd099987d..a76c03e5a 100644
--- a/src/webview/contextMenu.js
+++ b/src/webview/contextMenu.js
@@ -277,6 +277,6 @@ export default function contextMenu(spellcheckProvider, isSpellcheckEnabled, get
277 ), 277 ),
278 ); 278 );
279 279
280 menu.popup(remote.getCurrentWindow()); 280 menu.popup();
281 }); 281 });
282} 282}