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(module:tree-view): node indent line without mark change check #6736

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

hsuanxyz
Copy link
Member

@hsuanxyz hsuanxyz commented Jun 7, 2021

fix #6714

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #6714

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #6736 (7a3d0e2) into master (7199ad5) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 7a3d0e2 differs from pull request most recent head 451b683. Consider uploading reports for the commit 451b683 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6736      +/-   ##
==========================================
+ Coverage   89.89%   89.93%   +0.03%     
==========================================
  Files         480      480              
  Lines       15371    15371              
  Branches     2491     2491              
==========================================
+ Hits        13818    13824       +6     
+ Misses        934      929       -5     
+ Partials      619      618       -1     
Impacted Files Coverage Δ
components/core/util/text-measure.ts 91.30% <0.00%> (+1.73%) ⬆️
components/table/src/table-data.service.ts 84.61% <0.00%> (+6.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7199ad5...451b683. Read the comment docs.

@hsuanxyz hsuanxyz merged commit 215a278 into NG-ZORRO:master Jun 7, 2021
@hsuanxyz hsuanxyz deleted the fix/tree-view-indent-line branch June 7, 2021 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nz-tree-view 在 OnPush 模式下,删除末尾 leaf 之后,左侧 Indent line 显示异常
1 participant