-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature/finished/iia 1330 numbered read only list #268
Feature/finished/iia 1330 numbered read only list #268
Conversation
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.
@dukke Excellent work! Looks good to go.
} | ||
|
||
protected void removeUIItem(ComponentItem componentItem) { | ||
Node componentRow = componentUIItems.get(componentItem); |
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.
Does componentRow need to unbind any change listeners after delete?
e.g. in line 41 after removal, does it need to be unbound?
}); | ||
|
||
// sync items observableSet | ||
// sync items observableList |
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.
this comment says observableList. This skin is related to a Set i think.
Fixes https://ikmdev.atlassian.net/browse/IIA-1330 AND https://ikmdev.atlassian.net/browse/IIA-1329