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
There is the MenuButton's method updateActionEnabled(). It is private and is called manually.
It will be more sense to listen to action's property change and enable/disable dropdown accordingly.
Make sure the menu dropdown state in apps won't break after this change. It will make sense to prevent dropdown from being enabled manually and have '.no-animation' CSS class by default.
The text was updated successfully, but these errors were encountered:
There is the
MenuButton
's methodupdateActionEnabled()
. It isprivate
and is called manually.It will be more sense to listen to action's property change and enable/disable dropdown accordingly.
Make sure the menu dropdown state in apps won't break after this change.
It will make sense to prevent dropdown from being enabled manually and have '.no-animation' CSS class by default.
The text was updated successfully, but these errors were encountered: