You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way of getting the refs of the scrollable elements used within the ScrollPanel elements.
I need to investigate why it is not possible, but I have tried with callbacks and regular refs. I assume that this is being kidnappted internally, to make the feature work.
Another thing that I have noticed is that after a while the scroll sync get chunky. I guess that is a certain point of time both elements start listening to each other at the same time, which makes the scroll chunky.
I will post more here during this week to enhance my findings, as I will need to reproduce this on public code.
The text was updated successfully, but these errors were encountered:
There should be a way of getting the refs of the scrollable elements used within the ScrollPanel elements.
I need to investigate why it is not possible, but I have tried with callbacks and regular refs. I assume that this is being kidnappted internally, to make the feature work.
Another thing that I have noticed is that after a while the scroll sync get chunky. I guess that is a certain point of time both elements start listening to each other at the same time, which makes the scroll chunky.
I will post more here during this week to enhance my findings, as I will need to reproduce this on public code.
The text was updated successfully, but these errors were encountered: