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

Do not trigger ScrollButtonClick event unless clicked #6938

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

philippjfr
Copy link
Member

The ScrollButtonClick event was being triggered a bunch due to some incorrect handling. We now move the event into our custom Column implementation and only trigger it when the button is actually clicked.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.11%. Comparing base (eb91a2d) to head (3280fc6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6938      +/-   ##
==========================================
- Coverage   81.13%   81.11%   -0.02%     
==========================================
  Files         323      323              
  Lines       47656    47656              
==========================================
- Hits        38666    38657       -9     
- Misses       8990     8999       +9     

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

@philippjfr philippjfr merged commit 174a03f into main Jun 25, 2024
15 checks passed
@philippjfr philippjfr deleted the feed_fixes branch June 25, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant