Skip to content

Commit

Permalink
Update src/EditorFeatures/Core/NavigationBar/NavigationBarController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi authored May 23, 2024
1 parent 458123f commit d1bfb49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ void IDisposable.Dispose()
_eventSource.Disconnect();

_disconnected = true;

// Cancel off any remaining background work
_cancellationTokenSource.Cancel();
}

Expand Down

0 comments on commit d1bfb49

Please sign in to comment.