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

feat: support onVirtualScroll event #214

Merged
merged 3 commits into from
Aug 17, 2023
Merged

feat: support onVirtualScroll event #214

merged 3 commits into from
Aug 17, 2023

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Aug 17, 2023

水平滚动是不会触发原生 scroll 事件的,我们这边添加一个模拟事件。

@vercel
Copy link

vercel bot commented Aug 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
virtual-list ❌ Failed (Inspect) Aug 17, 2023 8:01am

@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #214 (f4ad404) into master (c3ee0f6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head f4ad404 differs from pull request most recent head 3d6b2fc. Consider uploading reports for the commit 3d6b2fc to get more accurate results

@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   99.63%   99.64%           
=======================================
  Files          16       16           
  Lines         544      557   +13     
  Branches      108      112    +4     
=======================================
+ Hits          542      555   +13     
  Misses          2        2           
Files Changed Coverage Δ
src/Filler.tsx 100.00% <ø> (ø)
src/List.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zombieJ zombieJ merged commit bc4c181 into master Aug 17, 2023
8 of 9 checks passed
@zombieJ zombieJ deleted the onVirtualScroll branch August 17, 2023 08:03
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.

None yet

1 participant