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
Hello, thanks for this package that I am exploring !
Tried a basic text adding menu to item on a columns
When a context menu is open and I right click another entries,
instead of opening a new context and closing the previous one,
it first close the first menu then another clic is required to open a new context.
Still exploring this package maybe I miss a parameter.
Cheers
The text was updated successfully, but these errors were encountered:
Thanks for the report, the issue is that the layer that capture clicks for close is layered above any other context regions.
We could add a parameter to disable this layer, but then you would have to manage the close call yourself. Probably by adding your own container that sits underneath all the regions and calls ContextMenuOverlayState.of(context).hide()
Hello, thanks for this package that I am exploring !
Tried a basic text adding menu to item on a columns
When a context menu is open and I right click another entries,
instead of opening a new context and closing the previous one,
it first close the first menu then another clic is required to open a new context.
Still exploring this package maybe I miss a parameter.
Cheers
The text was updated successfully, but these errors were encountered: