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(comp:tree): indeterminateKeys shouldn't check disabled state #1373

Merged
merged 1 commit into from Dec 23, 2022

Conversation

sallerli1
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

树的半选状态在节点禁用状态下显示不正常

What is the new behavior?

树的半选状态不应该和disabled相关联,无论是否禁用,半选状态都应该被计算

Other information

@idux-bot
Copy link

idux-bot bot commented Dec 23, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Merging #1373 (20b1845) into main (f19efbe) will not change coverage.
The diff coverage is n/a.

❗ Current head 20b1845 differs from pull request most recent head 32613be. Consider uploading reports for the commit 32613be to get more accurate results

@@           Coverage Diff           @@
##             main    #1373   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files         324      324           
  Lines       29850    29850           
  Branches     2474     2474           
=======================================
  Hits        27730    27730           
  Misses       2120     2120           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -1,5 +1,12 @@
<template>
<IxProTransfer v-model:value="targetKeys" type="tree" :data-source="dataSource" />
<IxProTransfer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是把测试代码改回去了。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的,这个提交错了,去掉了

@danranVm danranVm merged commit 0607e5c into IDuxFE:main Dec 23, 2022
@sallerli1 sallerli1 deleted the fix-tree-disabled-saller branch February 20, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants