Merge pull request #4454 from mdmontesinos/dev
fix: set Rich active tab for Quill text editor
This commit is contained in:
commit
24bf5e8102
|
@ -263,12 +263,12 @@
|
|||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
LoadSettings();
|
||||
|
||||
if (!_allowRichText)
|
||||
{
|
||||
_activetab = "Raw";
|
||||
}
|
||||
|
||||
LoadSettings();
|
||||
}
|
||||
|
||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||
|
|
Loading…
Reference in New Issue
Block a user