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

Scrolling too fast fails and reset position to top #244

Open
KaruroChori opened this issue Jan 30, 2025 · 0 comments
Open

Scrolling too fast fails and reset position to top #244

KaruroChori opened this issue Jan 30, 2025 · 0 comments

Comments

@KaruroChori
Copy link

Scrolling too fast fails (with mouse) and scrollHeight is reset to the top.
I was able to find what triggers this issue:

        if (!scrollData->openThisFrame) {
            Clay__ScrollContainerDataInternalArray_RemoveSwapback(&context->scrollContainerDatas, i);
            continue;
        }
        scrollData->openThisFrame = false;

in clay.h. Removing that check the scrolling works as expected, but since I don't quite understand the logic behind it, I cannot provide a valid fix :(.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant