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
This PR was merged into the 4.x branch.
Discussion
----------
Fix menu item matcher with pretty urls enabled
Closes#6541
<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.
Note: all your contributions adhere implicitly to the MIT license
-->
Commits
-------
75b9a38 Fix menu item matcher
Describe the bug
When using pretty urls, current page in menu has link with just
?
in href.So item matcher never match it with current uri
To Reproduce
Just enable pretty urls and check
active
css class on current menu itemThe text was updated successfully, but these errors were encountered: