Skip to content

Commit

Permalink
fix: SetContainer is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
zHaytam committed Mar 4, 2021
1 parent acb0cd7 commit 2e6f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blazor.Diagrams.Core/Diagram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public void SetZoom(double newZoom)
Refresh();
}

internal void SetContainer(Rectangle newRect)
public void SetContainer(Rectangle newRect)
{
Container = newRect;
ContainerChanged?.Invoke();
Expand Down

0 comments on commit 2e6f29f

Please sign in to comment.