Skip to content

Commit

Permalink
Correction to the SetUpHistory method.
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored and al-fisher committed May 22, 2020
1 parent 786d0e8 commit a8a9c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private void SetupHistory()
try
{
cloneResult = respStreamClTask?.Result;
SpeckleClient.Stream.Children.Add(cloneResult.Clone.StreamId);
SpeckleClient.Stream.Children = cloneResult.Parent.Children;
}
catch (Exception e)
{
Expand Down

0 comments on commit a8a9c61

Please sign in to comment.