Skip to content
New issue

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

fix: Ticking tables scrolling back to bottom when not stuck to bottom #1616

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

mattrunyon
Copy link
Collaborator

@mattrunyon mattrunyon commented Nov 2, 2023

Reverts #1579

Did a revert + fix of the original issue b/c the revert made a few e2e tests unstable

Fixes #1477
Fixes #1615

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (5977389) 46.72% compared to head (3c481ce) 46.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1616      +/-   ##
==========================================
- Coverage   46.72%   46.71%   -0.01%     
==========================================
  Files         583      583              
  Lines       36312    36306       -6     
  Branches     9094     9094              
==========================================
- Hits        16965    16961       -4     
+ Misses      19295    19293       -2     
  Partials       52       52              
Flag Coverage Δ
unit 46.71% <84.21%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
packages/grid/src/Grid.tsx 64.50% <92.30%> (+0.06%) ⬆️
...kages/grid/src/key-handlers/SelectionKeyHandler.ts 67.23% <66.66%> (-0.37%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mattrunyon mattrunyon enabled auto-merge (squash) November 2, 2023 18:26
@mattrunyon mattrunyon changed the title revert: "fix: stuck to bottom on filter clear" fix: Ticking tables scrolling back to bottom when not stuck to bottom Nov 2, 2023
@mattrunyon mattrunyon merged commit 806a6b6 into main Nov 2, 2023
7 checks passed
@mattrunyon mattrunyon deleted the revert-1579-1477-stuck-to-bottom branch November 2, 2023 19:21
@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ticking tables scrolling back to bottom when not stuck to bottom isStuckToBottom behaviour when filtering
2 participants