Finally fix the editor!

This commit is contained in:
Gregory Schier
2023-03-31 15:56:35 -07:00
parent 94a3ae3696
commit d36623ebc9
4 changed files with 70 additions and 80 deletions

View File

@@ -144,7 +144,7 @@ export const TabContent = memo(function TabContent({
<div
tabIndex={-1}
data-tab={value}
className={classnames(className, 'tab-content', 'w-full h-full')}
className={classnames(className, 'tab-content', 'hidden w-full h-full')}
>
{children}
</div>