Merge pull request #1865 from lbryio/fix-context

fix: context menu
This commit is contained in:
Shawn K 2018-08-10 08:03:18 -05:00 committed by GitHub
commit d0fee8cb07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ export function openContextMenu(event, templates = [], canEdit = false, selectio
}
injectDevelopmentTemplate(event, templates);
remote.Menu.buildFromTemplate(templates).popup();
remote.Menu.buildFromTemplate(templates).popup({});
}
// This function is used for the markdown description on the publish page