-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove unused listener from base view class. #2262
Conversation
yeah it triggers show on all childviews when the parent is shown |
oooooh got it 👍 |
Hmm I'd be up for renaming This is breaking, kind of, since it doesn't follow naming conventions.. I don't think this functionality is documented, but someone somewhere could be doing this:
|
yeah we say it is internal good catch... deleting also @paulfalgout i am all for renaming the method |
Ah! Ha. Missed the inline comment :-) |
04fa350
to
46af8a3
Compare
👍 |
It should describe what it's doing, so I'm in favor with a name like |
Also, I could actually see regular old LayoutViews propagating this event to their children views, too. This will be of particular importance after #1263. |
yeah i could see that also @jmeas this is mostly just a minor branch fixup |
👍 |
1 similar comment
👍 |
Remove unused listener from base view class.
because good call @jmeas in #2133