-
Notifications
You must be signed in to change notification settings - Fork 250
feat: Node.removeUIEvent [Fixes: #95873004] #215
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
Conversation
dom-renderables/DOMElement.js
Outdated
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.
Duplicated logic
|
@redwoodfavorite Looks good, just some small bits |
|
Addressed your earlier comment. Good catch. |
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.
Bikeshedding: Can we change this to this.value.UIEvents? Since we're mutating the array I think it would be better to make it obvious that we're mutating the actual array, not a clone returned by the getter. It's slightly shorter and I don't think it's less readable.
update nvm. Just saw that we're doing the same thing in addUIEvent.
|
OK @alexanderGugel I pushed that change thx for the review. |
|
landed as fe2d1e6 |
@alexanderGugel @DnMllr @michaelobriena