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
Fix some menu buttons closing unexpectedly (#11247)
### Related
* Closes#11245
### What
Changes the default for `should_always_show_buttons` to true when adding
a menu button.
Maybe we should change the default to be always true though?
I feel like usually you want to always show buttons, unless every list
item has it (e.g. visibility in the blueprint tree) where it would add
too much noise / use too much space.
When I worked on the new ItemButtons, I defaulted to false since that
was the default in LabelContent.
0 commit comments