Reverted TabStrip and Panel

This commit is contained in:
Leigh Pointer
2024-11-26 10:33:18 +01:00
parent f5cc61384f
commit 9d7549da70
5 changed files with 39 additions and 50 deletions

View File

@ -254,11 +254,11 @@
protected override void OnInitialized()
{
_interop = new QuillEditorInterop(JSRuntime);
if (string.IsNullOrEmpty(Placeholder))
{
Placeholder = Localizer["Placeholder"];
}
// _activetab = "Rich";
}
protected override void OnParametersSet()
@ -269,6 +269,10 @@
{
_activetab = "Raw";
}
// else
// {
// _activetab = "Rich";
// }
}
protected override async Task OnAfterRenderAsync(bool firstRender)