-
Notifications
You must be signed in to change notification settings - Fork 201
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
复制相关bugfix #2037
复制相关bugfix #2037
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -12 B (0%) Total Size: 435 kB
ℹ️ View Unchanged
|
你好, @serializedowen CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @serializedowen CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportBase: 77.16% // Head: 76.57% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2037 +/- ##
==========================================
- Coverage 77.16% 76.57% -0.60%
==========================================
Files 234 240 +6
Lines 11518 12229 +711
Branches 2449 2609 +160
==========================================
+ Hits 8888 9364 +476
- Misses 1258 1374 +116
- Partials 1372 1491 +119
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
大佬的PR 能否带上图片说明😂。 |
你好 @serializedowen,感谢你的贡献, 请根据模板完善 PR 描述, 并站在用户的角度说明其改动目的和解决了什么问题 (而非你的解决方式), 以便于我们可以更好的进行 Code Review, 同时请确保已关联相应 issue (如有), 检查你的 commit 是否有描述清楚你这个 PR 所做的事情。 Hello, @serializedowen, Thanks for your contribution. Please improve the PR description based on the template, and explain the purpose of the change and the problems solved from the perspective of users (not your solution), so that we can conduct a better Code Review. At the same time, please make sure corresponding issue is associated (if any) Meanwhile, please check whether your commit clearly describes what you do as a PR. |
是的 目前带或不带SelectedCellHighlight选项均有故障。 这个截图不是很好体现😅😅 可以切到master和目标分支试一试 |
🎉 This PR is included in version @antv/s2-v1.41.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-v2.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix: 复制带双引号不再改变原始值&复制不规则单元格不再报错 * fix: 选择datacell不连带选中column coll * fix: 测试用例暂时绕过 --------- Co-authored-by: owen.wjh <[email protected]>
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
fix: 选择datacell不连带选中column cell(会导致选中单个单元格copy时copy整列)
fix: 复制带双引号不再改变原始值
fix: 复制不规则单元格不再报错
🔧 Chore
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge