EditHtml fix second part

This commit is contained in:
Pavel Vesely
2020-03-07 00:10:03 +01:00
parent 8730ecc6ad
commit c467a5cb67
2 changed files with 95 additions and 80 deletions

View File

@ -16,11 +16,14 @@
<button type="button" class="btn btn-secondary" @onclick="CloseFileManager">Close</button>
}
</div>
<br />
<div @ref="@ToolBar">
@ToolbarContent
</div>
<div @ref="@EditorElement">
<div class="row">
<div class ="col">
<div @ref="@ToolBar">
@ToolbarContent
</div>
<div @ref="@EditorElement">
</div>
</div>
</div>
@code {
@ -128,4 +131,4 @@
StateHasChanged();
}
}
}