Skip to content

Commit

Permalink
Exposing CanvasReference (#100)
Browse files Browse the repository at this point in the history
for interop with style and attribute
  • Loading branch information
Thaina authored Feb 17, 2021
1 parent 79123cb commit faa04e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blazor.Extensions.Canvas/BECanvasComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class BECanvasComponent : ComponentBase
protected readonly string Id = Guid.NewGuid().ToString();
protected ElementReference _canvasRef;

internal ElementReference CanvasReference => this._canvasRef;
public ElementReference CanvasReference => this._canvasRef;

[Inject]
internal IJSRuntime JSRuntime { get; set; }
Expand Down

0 comments on commit faa04e4

Please sign in to comment.