Skip to content

Commit

Permalink
fix (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jan 24, 2025
1 parent 33c8746 commit 58957a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Highlighter/FullFeatured.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const HighlighterFullFeatured = memo<HighlighterFullFeaturedProps>(
{actions}
</Flexbox>
</Flexbox>
{children}
<div style={expand ? {} : { height: 0, overflow: 'hidden' }}>{children}</div>
</div>
);
},
Expand Down

0 comments on commit 58957a2

Please sign in to comment.