-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
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
refactor: optimize calling sequence of onChange and onSelectAll in rowSelection of Table #29079
Conversation
Size Change: +13 B (0%) Total Size: 834 kB
ℹ️ View Unchanged
|
c881df9
to
e1d1db1
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 13e5e6b:
|
Codecov Report
@@ Coverage Diff @@
## master #29079 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 393
Lines 7473 7473
Branches 2151 2151
=========================================
Hits 7473 7473
Continue to review full report at Codecov.
|
补一下用例。 |
83bdcd2
to
f0d9020
Compare
f0d9020
to
13e5e6b
Compare
@afc163 测试加上了 |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #28986
💡 Background and solution
📝 Changelog
onChange
andonSelectAll
inrowSelection
of Table.rowSelection
中onChange
和onSelectAll
的调用顺序。☑️ Self Check before Merge