We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79123cb commit faa04e4Copy full SHA for faa04e4
src/Blazor.Extensions.Canvas/BECanvasComponent.cs
@@ -15,7 +15,7 @@ public class BECanvasComponent : ComponentBase
15
protected readonly string Id = Guid.NewGuid().ToString();
16
protected ElementReference _canvasRef;
17
18
- internal ElementReference CanvasReference => this._canvasRef;
+ public ElementReference CanvasReference => this._canvasRef;
19
20
[Inject]
21
internal IJSRuntime JSRuntime { get; set; }
0 commit comments