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

fix(ScrollController): Replace the hashStore node variable with getter #600

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. fix(ScrollController): Replace the hashStore node variable with a get…

    …ter method to handle the undefined case when instantiating ScrollController before the page ready event.
    Egor Manzhula committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c33a651 View commit details
    Browse the repository at this point in the history
  2. fix(ScrollContainer): Added testcase to test before page ready event …

    …instatntiation
    Egor Manzhula committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4d25a98 View commit details
    Browse the repository at this point in the history