Skip to content
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

[@mantine/hooks]: fix unstable pinning of item by useHeadroom on mobile devices #5793

Commits on Feb 20, 2024

  1. [@mantine/hooks]: fix unstable pinning of item by useHeadroom on mo…

    …bile devices
    
    [@mantine/hooks]: refactor the onPin and onRelease logic to prevent excessive calls of onPin
    Alimobasheri committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    51eb373 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. [@mantine/hooks]: fix header not pinned when scrolling up

    added useScrollDirection to handle if user is scrolling up and make sure the scroll is not caused by a resize event like mobile address bar showing
    Alimobasheri committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6671e46 View commit details
    Browse the repository at this point in the history