Removed RichTextEditor OnInitialized

Redundant procedure call.
This commit is contained in:
Leigh 2021-12-16 20:11:07 +01:00
parent 20e90c0de4
commit 6567b55ea3

View File

@ -120,11 +120,6 @@
new Resource { ResourceType = ResourceType.Script, Bundle = "Quill", Url = "js/quill-interop.js" }
};
protected override void OnInitialized()
{
_content = Content; // raw HTML
}
protected override async Task OnParametersSetAsync()
{
_content = Content; // raw HTML