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 69a4d21 commit 164524eCopy full SHA for 164524e
src/Masa.Stack.Components/Shared/GlobalNavigations/GlobalNavigation.razor.cs
@@ -171,7 +171,9 @@ private void NavigateTo(string? url)
171
return;
172
}
173
174
- NavigationManager.NavigateTo(url, forceLoad: true);
+ _visible = false;
175
+
176
+ NavigationManager.NavigateTo(url);
177
178
179
private async Task FavoriteRemoveAsync(ExpansionMenu nav)
0 commit comments