-
Notifications
You must be signed in to change notification settings - Fork 592
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(Tree): Still can check after disableChecked #925
Conversation
Codecov Report
@@ Coverage Diff @@
## master #925 +/- ##
=========================================
- Coverage 91.43% 91.4% -0.03%
=========================================
Files 245 245
Lines 14167 14221 +54
Branches 4449 4487 +38
=========================================
+ Hits 12953 12999 +46
- Misses 1195 1203 +8
Partials 19 19
Continue to review full report at Codecov.
|
除了 #872 之外好像还有父节点控制了disabled的子节点等的问题,把解决的问题都写清楚吧,后续好跟踪 另外改动比较大,建议放到Y位 |
还差 childChecked 函数的抽离,另外这个放到1.17.0是不是更合适 |
fixed #872