Skip to content

Commit

Permalink
Update AnnotationViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Mar 3, 2025
1 parent 5ee0dce commit 2a643c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/ViewModels/Core/AnnotationViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ private void UpdateAllGroupedGroups()
{
ViewModelBases
.OfType<AnnotationViewModel>()
.ToList()
.ToList()?
.ForEach(x => UpdateGroupCutGeometry(x));
}
}
Expand Down

0 comments on commit 2a643c8

Please sign in to comment.