Cannot produce element right-click #1116
Unanswered
metehansenol
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using react-contextmenu and I was able to trigger contextmenu in v13 by
userEvent.click(node, { button: 2 });
but after upgrading v14 I'm not able to trigger contextmenu or right-click event of an element.
Tried
fireEvent.contextMenu(node)
and various ways but didn't work. Any suggestion?Beta Was this translation helpful? Give feedback.
All reactions