Skip to content

Commit

Permalink
Fix SQ bug
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatrhea committed Jan 8, 2024
1 parent 1611f87 commit cfe3227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions COMET.Web.Common/App.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ private async Task OnNavigate(NavigationContext navigationContext)
{
var cancellationTokenSource = CancellationTokenSource.CreateLinkedTokenSource(navigationContext.CancellationToken);
cancellationTokenSource.Cancel();
cancellationTokenSource.Dispose();

await Task.Delay(1);

Expand Down

0 comments on commit cfe3227

Please sign in to comment.