avoid race condition issue.
This commit is contained in:
@ -242,11 +242,11 @@
|
||||
{
|
||||
await base.OnAfterRenderAsync(firstRender);
|
||||
|
||||
await LoadSettings();
|
||||
if (_allowRichText)
|
||||
{
|
||||
if (firstRender)
|
||||
{
|
||||
await LoadSettings();
|
||||
await interop.CreateEditor(
|
||||
_editorElement,
|
||||
_toolBar,
|
||||
|
Reference in New Issue
Block a user