We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e683 commit 5b931eeCopy full SHA for 5b931ee
index.js
@@ -57,7 +57,7 @@ var ContextMenu = function (_React$Component) {
57
var _this2 = this;
58
59
var context = document.getElementById(this.props.contextID);
60
- context.addEventListener('contextmenu', function () {
+ context.addEventListener('contextmenu', function (event) {
61
_this2.openContextMenu(event);
62
});
63
0 commit comments