Skip to content

Instantly share code, notes, and snippets.

@rockiger
Created August 9, 2019 09:08
Show Gist options
  • Save rockiger/3ef406fb7971f2f8f94ec4970e010466 to your computer and use it in GitHub Desktop.
Save rockiger/3ef406fb7971f2f8f94ec4970e010466 to your computer and use it in GitHub Desktop.
onContextMenu(event) {
event.preventDefault();
this.menu.popup({ window: remote.getCurrentWindow() });
}
...
<textarea id="TextField" onKeyDown={this.onInput} onContextMenu={this.onContextMenu} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment