Rework for Tabstrip regression issue
Fix for Tabpanel is not updating the UI. #4778 #4828
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
@inject IStringLocalizer<SharedResources> SharedLocalizer
|
||||
|
||||
<div class="quill-text-editor">
|
||||
<TabStrip ActiveTab="@_activetab">
|
||||
<TabStrip ActiveTab="@_activetab" TabChangeEvent=false>
|
||||
@if (_allowRichText)
|
||||
{
|
||||
<TabPanel Name="Rich" Heading="Rich Text Editor" ResourceKey="RichTextEditor">
|
||||
|
Reference in New Issue
Block a user