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(pro:transfer): optimize tree expanded keys sync logic #1414

Merged

Conversation

sallerli1
Copy link
Contributor

removed targert expaneded keys shouldn't be synced to source

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?

expandedKeys 从目标列表到源列表的同步仅仅同步添加的key, 删除的key不同步

Other information

removed targert expaneded keys shouldn't be synced to source
@idux-bot
Copy link

idux-bot bot commented Jan 14, 2023

This preview will be available after the AzureCI is passed.

@sallerli1 sallerli1 changed the title fix(pro:transfer): optimze tree expanded keys sync logic fix(pro:transfer): optimize tree expanded keys sync logic Jan 14, 2023
@codecov
Copy link

codecov bot commented Jan 14, 2023

Codecov Report

Merging #1414 (697391f) into main (3d493f3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1414   +/-   ##
=======================================
  Coverage   92.80%   92.80%           
=======================================
  Files         327      327           
  Lines       30288    30288           
  Branches     2541     2541           
=======================================
  Hits        28110    28110           
  Misses       2178     2178           

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

@danranVm danranVm merged commit fec5fee into IDuxFE:main Jan 16, 2023
@sallerli1 sallerli1 deleted the fix-pro-transfer-tree-expanded-keys-sync 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