-
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: 修复维值带有 '-' 时刷选复制无法复制表头 close #2684 #2691
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -82,7 +83,7 @@ export class DataCellBrushSelection extends BaseBrushSelection { | |||
metas.push({ | |||
colIndex, | |||
rowIndex, | |||
id: `${rowId}-${colId}`, | |||
id: getDataCellId(rowId, colId), |
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.
Size Change: +164 B (0%) Total Size: 7.94 MB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2691 +/- ##
==========================================
+ Coverage 76.48% 79.20% +2.71%
==========================================
Files 240 160 -80
Lines 12312 9517 -2795
Branches 2630 2053 -577
==========================================
- Hits 9417 7538 -1879
+ Misses 1377 665 -712
+ Partials 1518 1314 -204 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v1.55.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge