Skip to content

Commit

Permalink
fix: Refresh links on groups
Browse files Browse the repository at this point in the history
  • Loading branch information
zHaytam committed Mar 15, 2021
1 parent cf6a21e commit b31e84a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected override void OnAfterRender(bool firstRender)
if (_lastSize == null || !_lastSize.Equals(Group.Size))
{
Group.ReinitializePorts();
Group.RefreshLinks();
_lastSize = Group.Size;
}
}
Expand Down

0 comments on commit b31e84a

Please sign in to comment.