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
In the current situation, the react-topology context menu opens downward, but it changes direction to upward if there is not enough space:
However, this does not happen with dynamic context menus - those created using promises, where some options depend on asynchronous processes like API calls. In this case, the context menu always opens downward, even when there is not enough space to display it properly.
This is likely an issue of recalculating the best popper placement whenever the context menu component updates (after the promise is resolved)
The text was updated successfully, but these errors were encountered:
In the current situation, the
react-topology
context menu opens downward, but it changes direction to upward if there is not enough space:However, this does not happen with dynamic context menus - those created using promises, where some options depend on asynchronous processes like API calls. In this case, the context menu always opens downward, even when there is not enough space to display it properly.
This is likely an issue of recalculating the best popper placement whenever the context menu component updates (after the promise is resolved)
The text was updated successfully, but these errors were encountered: