We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the tree is loaded asynchronously, loading appears and the custom icon disappears
Custom icons should not disappear
Custom icon disappears
.ant-tree .ant-tree-treenode-loading .ant-tree-iconEle{ display:none }
The text was updated successfully, but these errors were encountered:
fix: Tree custom icon missing when loading
8b8f9e6
close #23470
fix: Tree custom icon missing when loading (#23494)
17f7e2f
Successfully merging a pull request may close this issue.
Reproduction link
Steps to reproduce
When the tree is loaded asynchronously, loading appears and the custom icon disappears
What is expected?
Custom icons should not disappear
What is actually happening?
Custom icon disappears
.ant-tree .ant-tree-treenode-loading .ant-tree-iconEle{ display:none }
The text was updated successfully, but these errors were encountered: