Removed RichTextEditor OnInitialized
Redundant procedure call.
This commit is contained in:
parent
20e90c0de4
commit
6567b55ea3
@ -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
|
||||
|
Reference in New Issue
Block a user