Skip to content

Commit

Permalink
Add clean data
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Dec 1, 2023
1 parent af57eb9 commit b65685f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RevitLookup/Services/SnoopVisualService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public void Snoop(SnoopableObject snoopableObject)
{
viewModel.SnoopableObjects = new[] {snoopableObject};
}

viewModel.SnoopableData = Array.Empty<Descriptor>();
}
catch (Exception exception)
{
Expand Down

0 comments on commit b65685f

Please sign in to comment.