We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451a73 commit 7b0fb0eCopy full SHA for 7b0fb0e
src/BootstrapBlazor/Components/Menu/MenuLink.razor.cs
@@ -53,7 +53,7 @@ public sealed partial class MenuLink
53
[NotNull]
54
private IStringLocalizer<Menu>? Localizer { get; set; }
55
56
- private NavLinkMatch ItemMatch => string.IsNullOrEmpty(Item.Url?.TrimStart('/')) ? NavLinkMatch.All : Item.Match;
+ private NavLinkMatch ItemMatch => Item.Match;
57
58
private string? IconString => CssBuilder.Default("menu-icon")
59
.AddClass(Item.Icon)
0 commit comments