-
Notifications
You must be signed in to change notification settings - Fork 199
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(interaction): 修复表格滚动后, 行列头部分单元格选中高亮效果丢失 close #2503 #2545
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +20 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 #2545 +/- ##
==========================================
+ Coverage 76.48% 77.68% +1.19%
==========================================
Files 240 249 +9
Lines 12312 12031 -281
Branches 2630 2381 -249
==========================================
- Hits 9417 9346 -71
+ Misses 1377 1188 -189
+ Partials 1518 1497 -21 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v1.54.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v1.46.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix(interaction): 修复表格滚动后, 行列头部分单元格选中高亮效果丢失 close #2503 * chore: 还原 * test: 修复单测 * test: 修复单测 --------- Co-authored-by: Wenjun Xu <[email protected]>
👀 PR includes
🐛 Bugfix
📝 Description
在 #1443 修复汇总计算问题后, 引入了另外一个 bug, 修改为在计算时过滤掉非叶子节点
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge