We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I think there may be an issue with how scroll offset is calculated and applied in virtual scrolling when there are multi-line text values in JSON. Here's an example where the content jumps around while scrolling: https://github.com/user-attachments/assets/fa88830a-de70-4bc8-954b-48647d196f98
My best guess is that this is caused by using fixed item height when calculating transform values.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, I think there may be an issue with how scroll offset is calculated and applied in virtual scrolling when there are multi-line text values in JSON.
Here's an example where the content jumps around while scrolling:
https://github.com/user-attachments/assets/fa88830a-de70-4bc8-954b-48647d196f98
My best guess is that this is caused by using fixed item height when calculating transform values.
The text was updated successfully, but these errors were encountered: