fix #4450 QuillJSTextEditor settings
This commit is contained in:
parent
0fea8365b8
commit
1c01087eda
|
@ -257,8 +257,6 @@
|
|||
{
|
||||
Placeholder = Localizer["Placeholder"];
|
||||
}
|
||||
|
||||
LoadSettings();
|
||||
}
|
||||
|
||||
protected override void OnParametersSet()
|
||||
|
@ -267,6 +265,8 @@
|
|||
{
|
||||
_activetab = "Raw";
|
||||
}
|
||||
|
||||
LoadSettings();
|
||||
}
|
||||
|
||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||
|
@ -280,8 +280,6 @@
|
|||
|
||||
await base.OnAfterRenderAsync(firstRender);
|
||||
|
||||
LoadSettings();
|
||||
|
||||
if (_allowRichText)
|
||||
{
|
||||
if (firstRender)
|
||||
|
|
Loading…
Reference in New Issue
Block a user