-
Notifications
You must be signed in to change notification settings - Fork 197
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: 修复非滚动引起的渲染也会触发滚动事件的问题 #2692
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +12 B (0%) Total Size: 7.94 MB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2692 +/- ##
==========================================
+ Coverage 76.48% 79.36% +2.87%
==========================================
Files 240 160 -80
Lines 12312 9516 -2796
Branches 2630 2053 -577
==========================================
- Hits 9417 7552 -1865
+ Misses 1377 662 -715
+ Partials 1518 1302 -216 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
* fix: 修复非滚动引起的渲染也会触发滚动事件的问题 * chore: 还原
🎉 This PR is included in version @antv/s2-v1.55.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
facet 渲染时跳过 scroll event 的分发, 避免无效事件触发
S2/packages/s2-core/src/facet/base-facet.ts
Lines 1391 to 1393 in ea62018
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge