mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
commit
d0fee8cb07
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export function openContextMenu(event, templates = [], canEdit = false, selectio
|
||||||
}
|
}
|
||||||
|
|
||||||
injectDevelopmentTemplate(event, templates);
|
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
|
// This function is used for the markdown description on the publish page
|
||||||
|
|
Loading…
Add table
Reference in a new issue