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
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
Navigating straight to a deep link does not update the menu appearance.
For example, pointing your browser to http://b3.dev/category/images does not highlight the menu items in the Category > Images path.
The onMenuItemUpdate event handler in the new MenuItemActivation behavior should also look at the menu item's object (containing the post or term ID), object_parent and object_type to determine whether the menu should be highlighted when the application loads.
Navigating straight to a deep link does not update the menu appearance.
For example, pointing your browser to
http://b3.dev/category/imagesdoes not highlight the menu items in the Category > Images path.The
onMenuItemUpdateevent handler in the newMenuItemActivationbehavior should also look at the menu item'sobject(containing the post or term ID),object_parentandobject_typeto determine whether the menu should be highlighted when the application loads.