react-data-grid
react-data-grid copied to clipboard
context-menu The right-click menu is not closed
Describe the bug
To Reproduce
1.grid to right-click 2. Click elsewhere in the grid 3. The right-click menu is not closed Link to code example:https://adazzle.github.io/react-data-grid/#/context-menu
Expected behavior
Environment
react-data-gridversion: 4.0.8react/react-domversion:^15.6.2
Additional context

Anyone working on this? I have a fix. can I take this?
Click inside the grid the menu is not closed
I have a solution 1、ContextMenu getting component instances const props = { ref: e => this.contextMenu = e, id: "grid-context-menu", } 2、listen for table row clicks,do the following this.contextMenu?.setState({ isVisible: false })
Can someone merge this fix into the master branch?
Can someone merge this fix into the master branch? Wait for the publisher to update @jayakrishnancn
Understandable. Are there not multiple people that manage the repo or is it just the one guy who verifies all the pull requests and merges