fix: set Rich active tab for Quill text editor

This commit is contained in:
David Montesinos 2024-07-23 09:18:58 +02:00 committed by GitHub
parent 478a308e73
commit 48076c25bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,12 +263,12 @@
protected override void OnParametersSet()
{
LoadSettings();
if (!_allowRichText)
{
_activetab = "Raw";
}
LoadSettings();
}
protected override async Task OnAfterRenderAsync(bool firstRender)