Rich Text Editor now working

This commit is contained in:
Michael Washington
2019-11-29 15:41:48 -08:00
parent ac3144fca4
commit 3162caca01
4 changed files with 4 additions and 11 deletions

View File

@ -6,13 +6,9 @@
@ToolbarContent
</div>
<div @ref="@EditorElement">
@EditorContent
</div>
@code {
[Parameter]
public RenderFragment EditorContent { get; set; }
[Parameter]
public RenderFragment ToolbarContent { get; set; }