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
In backwards scrolling, we currently select less-than for ASC sort which yields all results from the start. We need to flip sorting and reverse the resulting list for a correct result.
The text was updated successfully, but these errors were encountered:
In backwards scrolling, we currently select less-than for ASC sort which yields all results from the start. We need to flip sorting and reverse the resulting list for a correct result.
The text was updated successfully, but these errors were encountered: