saas-js/saas-ui

ContextMenu disables the onClick of the component its applied on

haroonriaz-15 opened this issue · 3 comments

Description

When I applied contextMenu over a box, the OnClick function of the box is not working anymore. I disabled long press gesture but the issue still persists

Link to Reproduction

No response

Steps to reproduce

  1. Create a Box from Chakra UI and add onClick function on it'
  2. Add ContextMenu over it
  3. Now Left Click on the box
  4. The onClick won't be triggered

Saas UI Version

2.6.2

Chakra UI Version

2.8.2

Browser

Google Chrome

Operating System

  • macOS
  • Windows
  • Linux

Additional Information

No response

Please try in latest (2.8.3), I released a couple of fixes in 2.8.2 regarding context menu.

Thanks. Its working now! I'll go ahead and close the issue.