Skip to content
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(Cascader): first level menu always can collapse next level menus #4502

Merged
merged 3 commits into from
Oct 31, 2023

fix(Cascader): setExpandedBy -> isExpandedValueSetByAction

23d15e7
Select commit
Loading
Failed to load commit list.
Merged

fix(Cascader): first level menu always can collapse next level menus #4502

fix(Cascader): setExpandedBy -> isExpandedValueSetByAction
23d15e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2023 in 0s

90.65% (+0.04%) compared to 3e0250e

View this Pull Request on Codecov

90.65% (+0.04%) compared to 3e0250e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e0250e) 90.60% compared to head (23d15e7) 90.65%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4502      +/-   ##
==========================================
+ Coverage   90.60%   90.65%   +0.04%     
==========================================
  Files         305      305              
  Lines       18051    18055       +4     
  Branches     5546     5550       +4     
==========================================
+ Hits        16356    16367      +11     
+ Misses       1674     1667       -7     
  Partials       21       21              
Files Coverage Δ
src/cascader/cascader.jsx 92.12% <100.00%> (+0.38%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.