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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Component lags when user holds down the down or up key under very large datasets. Easiest fix is to implement a throttle with 0 wait time, no visible difference in performance except for allowing smooth highlight transitions with large datasets.
I have implemented this already locally, but due to the throttle wrapper, it fails most of the keydown tests.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Component lags when user holds down the down or up key under very large datasets. Easiest fix is to implement a throttle with 0 wait time, no visible difference in performance except for allowing smooth highlight transitions with large datasets.
I have implemented this already locally, but due to the throttle wrapper, it fails most of the keydown tests.
The text was updated successfully, but these errors were encountered: