Raphaël Bosi
2025-02-21 15:37:07 +01:00
committed by GitHub
parent 6fb81e757b
commit f269f8b905
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ type AutogrowWrapperProps = {
const StyledNodeWrapper = styled.span`
pointer-events: none;
visibility: hidden;
white-space: pre;
`;
const StyledContainer = styled.div`