inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

Bug: context submenu does not dismiss when selected #347

Open AndrewBoklashko opened 1 year ago

AndrewBoklashko commented 1 year ago

Sandbox: https://codesandbox.io/s/reactdatagrid-context-submenu-dismiss-issue-i6t9zl?file=/src/App.js

Steps to reproduce the issue:

  1. Open the sandbox link
  2. Right click on data grid, over over "Level 1" item and click on "Level 2" item

Expected result: context menu is dismissed Actual result: context menu keeps showing

AndrewBoklashko commented 10 months ago

Any updates?