Merge pull request #4454 from mdmontesinos/dev

fix: set Rich active tab for Quill text editor
This commit is contained in:
Shaun Walker 2024-07-23 07:13:24 -04:00 committed by GitHub
commit 24bf5e8102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)