fix: set Rich active tab for Quill text editor
This commit is contained in:
parent
478a308e73
commit
48076c25bf
@ -263,12 +263,12 @@
|
|||||||
|
|
||||||
protected override void OnParametersSet()
|
protected override void OnParametersSet()
|
||||||
{
|
{
|
||||||
|
LoadSettings();
|
||||||
|
|
||||||
if (!_allowRichText)
|
if (!_allowRichText)
|
||||||
{
|
{
|
||||||
_activetab = "Raw";
|
_activetab = "Raw";
|
||||||
}
|
}
|
||||||
|
|
||||||
LoadSettings();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||||
|
Reference in New Issue
Block a user