Browse Source

Fixed context menu on apps

pull/1922/head
Ramiro Saenz 7 years ago
parent
commit
2c12ed2805
  1. 2
      app/ux/WebView.js

2
app/ux/WebView.js

@ -230,7 +230,9 @@ Ext.define('Rambox.ux.WebView',{
var webview = me.down('component').el.dom;
setTimeout(function() {
require('electron-context-menu')({window: webview});
}, 100);
// Google Analytics Event
ga_storage._trackEvent('Services', 'load', me.type, 1, true);

Loading…
Cancel
Save