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
https://stackblitz.com/edit/angular-xdjeqe?file=src/app/app.component.ts
Click the remove button at the top to delete the last node
Delete the last node, the arrow of its parent node disappears
The arrow of its parent node will not disappear
In order to prevent washing the entire tree every time, I used the trackBy attribute
The text was updated successfully, but these errors were encountered:
@lycHub, @hsuanxyz prepared PR for this issue PR
Sorry, something went wrong.
4484674
hsuanxyz
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-xdjeqe?file=src/app/app.component.ts
Steps to reproduce
Click the remove button at the top to delete the last node
What is expected?
Delete the last node, the arrow of its parent node disappears
What is actually happening?
The arrow of its parent node will not disappear
In order to prevent washing the entire tree every time, I used the trackBy attribute
The text was updated successfully, but these errors were encountered: