Last active
November 28, 2024 08:01
-
-
Save maradondt/ddbf6536d967f29fe9790e8ceb3f419f to your computer and use it in GitHub Desktop.
react HOC withContextMenu returns the same component which accept onContextMenu prop that fixed bug with context menu on safari on Iphone
What is
this.contextMenuPossible
used for?
When the menu is open, to prevent opening twice or something like this.
I use it almost 2 years in prod, still no issues)
🤔 I don't see how it's used in the code that's why I asked. Value is only set not read.
Yep, you are right) Gist was updated, thx)
Thanks. Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is
this.contextMenuPossible
used for?