Update ProblemsPanel.cs

This commit is contained in:
Matt Parker
2025-09-12 18:52:28 +10:00
parent b9cf7ca714
commit cf9b62f395

View File

@@ -45,7 +45,7 @@ public partial class ProblemsPanel : Control
{
return new TreeItemContainer();
});
var test = projectDiagnosticsView.ObserveChanged().SubscribeOnCurrentSynchronizationContext()
var test = projectDiagnosticsView.ObserveChanged()
.SubscribeAwait(async (e, ct) =>
{
if (e.Action is NotifyCollectionChangedAction.Add)