Skip to content
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

consoles: Fix closing of "Send key" dropdown via the toggle #1981

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

mvollmer
Copy link
Member

The onClick event of a MenuToggle is not special, it's just the regular React onClick event that all components have. It does not have a "isOpen" parameter.

The onClick event of a MenuToggle is not special, it's just the
regular React onClick event that all components have. It does not have
a "isOpen" parameter.
@mvollmer mvollmer requested a review from jelly January 17, 2025 09:15
@mvollmer mvollmer merged commit 2c51415 into cockpit-project:main Jan 17, 2025
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants