You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS versions:
MacOS Catalina Version 10.15.7
Browser Firefox 91.0.1
Question
I would need a context menu but with an arrow just like a popover (screenshot below), which points to the clicked screen coordinates on the clicked component.
I saw two solutions:-
Opening Popover2 on right-click
Adding arrow: { enabled: true } modifier as a prop in ContextMenu2
But AFAIK, opening Popover2 with right-click isn't possible according to the official documentation, right?
And, providing this modifier didn't work.
<ContextMenu2
modifiers={{ arrow: {enabled: true} }}
content={<p>hello world</p>}
>
Click me to open menu
</ContextMenu2>
Can someone please share a snippet in JS? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Okay, thanks! Adding this would be appreciated. Just to clarify, I'm not in a hurry with this feature. So, please prioritize according to what you think is more important.
Environment
"@blueprintjs/core": "^3.10.0",
"@blueprintjs/popover2": "^0.11.1",
MacOS Catalina Version 10.15.7
Browser Firefox 91.0.1
Question
I would need a context menu but with an arrow just like a popover (screenshot below), which points to the clicked screen coordinates on the clicked component.
I saw two solutions:-
arrow: { enabled: true }
modifier as a prop in ContextMenu2But AFAIK, opening Popover2 with right-click isn't possible according to the official documentation, right?
And, providing this modifier didn't work.
Can someone please share a snippet in JS? Thanks a lot.
The text was updated successfully, but these errors were encountered: