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
On this page https://fkhadra.github.io/react-contexify/theme-builder the menu always visible. How could I achieve the same? Is it a prop I have to use or any other way? The thing is I am using custom items and I need to use devtools to inspect and styles them. But when I try using devtools - the menu is getting closed. How to keep it opened?
The text was updated successfully, but these errors were encountered:
I've run into the same issue.
You can just add a "onVisibilityChange" event handler to your Menu and set a breakpoint in your eventhandler.
The event is fired before the element disappears, therefore you can inspect the item then. Although a bit clunky, this worked for me. Don't now if this is still relevant though :)
On this page https://fkhadra.github.io/react-contexify/theme-builder the menu always visible. How could I achieve the same? Is it a prop I have to use or any other way? The thing is I am using custom items and I need to use devtools to inspect and styles them. But when I try using devtools - the menu is getting closed. How to keep it opened?
The text was updated successfully, but these errors were encountered: