ContextMenu disables the onClick of the component its applied on
haroonriaz-15 opened this issue · 3 comments
haroonriaz-15 commented
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
- Create a Box from Chakra UI and add onClick function on it'
- Add ContextMenu over it
- Now Left Click on the box
- 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
Pagebakers commented
Please try in latest (2.8.3), I released a couple of fixes in 2.8.2 regarding context menu.
haroonriaz-15 commented
Thanks. Its working now! I'll go ahead and close the issue.