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
The logic that displays the top-level items of the topbarmenu is
isolated from the `Menu` component logic. More specifically, it never
checks if the item can be used in readonly and as such, we never took
the time to define the key `isReadonlyAllowed` on those menu items.
However `RibbonMenu` relies on the logic of `Menu` so in order to
display the topbar menu items properly in mobile mode, we need the key
`isReadonlyAllowed` to be defined.
closes#7415
Task: 5245432
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
0 commit comments