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
Run the app below and press E. It should scroll to the end.
Run the app below and press J and then S. It should scroll to the row with the number 100.
Looking at Widget.scroll_to_region, the method concludes that the cell in question is already visible (delta_x and delta_y from Region.get_scroll_to_visible are both 0).
Run the app below and press E. It should scroll to the end.
Run the app below and press J and then S. It should scroll to the row with the number
100
.Looking at
Widget.scroll_to_region
, the method concludes that the cell in question is already visible (delta_x
anddelta_y
fromRegion.get_scroll_to_visible
are both 0).The text was updated successfully, but these errors were encountered: