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