React-dotdotdot icon indicating copy to clipboard operation
React-dotdotdot copied to clipboard

fix: content not re-expanding on container grow

Open narwold opened this issue 3 years ago • 0 comments

This PR fixes an issue where the content will reclamp on container shrink (window resize), but it will not re-expand on container grow. This is because the content is imperatively being eliminated from the container on shrink and not being stored anywhere.

narwold avatar Sep 15 '20 19:09 narwold