Fix workspace menu item clicks to rerender immediately
This commit is contained in:
@@ -236,9 +236,13 @@ public partial class Workspace : IAsyncDisposable
|
||||
CurrentScreen = targetScreen;
|
||||
IsScreenMenuOpen = false;
|
||||
await PersistScreenPreferenceAsync(CurrentScreen);
|
||||
await InvokeAsync(StateHasChanged);
|
||||
|
||||
if (IsAdminScreen)
|
||||
{
|
||||
await EnsureAdminUsersLoadedAsync();
|
||||
await InvokeAsync(StateHasChanged);
|
||||
}
|
||||
}
|
||||
|
||||
private Task SwitchToPlayAsync()
|
||||
|
||||
Reference in New Issue
Block a user