This commit is contained in:
sxjeru
2025-01-24 17:06:42 +08:00
committed by GitHub
parent 33c87465b2
commit 58957a2c6d
+1 -1
View File
@@ -97,7 +97,7 @@ export const HighlighterFullFeatured = memo<HighlighterFullFeaturedProps>(
{actions}
</Flexbox>
</Flexbox>
{children}
<div style={expand ? {} : { height: 0, overflow: 'hidden' }}>{children}</div>
</div>
);
},