Skip to content

Commit faa04e4

Browse files
authored
Exposing CanvasReference (#100)
for interop with style and attribute
1 parent 79123cb commit faa04e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor.Extensions.Canvas/BECanvasComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class BECanvasComponent : ComponentBase
1515
protected readonly string Id = Guid.NewGuid().ToString();
1616
protected ElementReference _canvasRef;
1717

18-
internal ElementReference CanvasReference => this._canvasRef;
18+
public ElementReference CanvasReference => this._canvasRef;
1919

2020
[Inject]
2121
internal IJSRuntime JSRuntime { get; set; }

0 commit comments

Comments
 (0)