-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
important: hidden bug window resize cannot work well #30
Comments
Could you provide more details? Or demo page? |
Hi, @CezaryDanielNowak. |
it's happening to me the same as @Bilyha |
Happening to me too, any updates @CezaryDanielNowak? I'd really like to use this for a project! |
is it because this line only runs once: |
Any updates on this ? I agree this feature would be nice |
precondition: useNativeClamp = false ; it clamp the container content with ..., when window is small
steps: enlarge the window , thus the container become large, but the it still clamps content event it do not need to clamp
reason: reason is that in dotdotdot function, it always clamps the content with the 'container', event the container content is already clamped in last render.
The text was updated successfully, but these errors were encountered: