-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Remove to data binding lists and trees #4389
Conversation
Naming to be checked here I guess. List might add |
I'll try to have a look tomorrow or on Thursday if possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review. I have two thoughts inline.
Thanks, I think it should all be sorted now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Just some staticcheck fixes that need to be done now that it apparently understands what v
is (bug?).
Oh good point I missed that. It was a bug that was hiding. Added a new test to confirm |
Adding the missing functions.
Removing a tree item removes all its children.
Fixes #3100
Checklist: