electron-editor-context-menu icon indicating copy to clipboard operation
electron-editor-context-menu copied to clipboard

Enable the native right-click menu in Electron.

Results 3 electron-editor-context-menu issues
Sort by recently updated
recently updated
newest added

Hello, I don't understand your installation instructions. I installed it with `npm install electron-editor-context-menu`, but how do I actually put it in my electron app? You put this code in...

I found that moving the menu initialization to the timeout function worked instead of the documented version. Otherwise it does not show any suggestions. My suggestion to be changed on...

I'm using `electron-editor-context-menu` to show spelling suggestions inside a `webview` (using a `preload` script, see here: https://github.com/electron/electron/pull/942#issuecomment-68074516). Everything works correctly except that the spelling suggestions do not replace the misspelled...