[MM-62709] Patched electron-context-menu to use WebContentsView, avoid using electron-dl (#3291)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export default class ContextMenu {
|
||||
reload = () => {
|
||||
this.dispose();
|
||||
|
||||
const options = {window: this.view.webContents, ...this.menuOptions};
|
||||
const options = {window: this.view, ...this.menuOptions};
|
||||
this.menuDispose = electronContextMenu(options);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user