-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(cdk-experimental/menu): move shared menu logic to base class #24645
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
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.
Just addressed the TODOs you mentioned, didn't look at the rest of the changes
27c04ed
to
8784cee
Compare
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.
LGTM
fix(cdk-experimental/menu) make trigger items behave like normal items when pressing left/right
…ular#24645) * fix(cdk-experimental/menu): move shared menu logic to base class fix(cdk-experimental/menu) make trigger items behave like normal items when pressing left/right * fixup! fix(cdk-experimental/menu): move shared menu logic to base class * fixup! fix(cdk-experimental/menu): move shared menu logic to base class
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Added TODOs for a couple questions I had as I was going. I can address them in this PR or a followup