Context Menu from Left/Primary Click #3452
Unanswered
zachbateman
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 have a label that opens a context menu on a right/secondary click using the below method:
This
.context_menu()works great for responding to a right click, but I would like to have the context menu also open in response to a left/primary click (open from either click type). Is there a way to do this cleanly, or a workaround like manually triggering a secondary click when a primary click is detected?Beta Was this translation helpful? Give feedback.
All reactions