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

[desk-tool] Allow hamburger menus to be toggled #695

Merged
merged 1 commit into from Mar 23, 2018
Merged

Conversation

rexxars
Copy link
Member

@rexxars rexxars commented Mar 23, 2018

Clicking on the "hamburger icon" in the desk tool currently does not allow toggling. That is, when it is open, it won't close when clicking the icon. This is because both the "click outside" and the "click" action happens. This PR stops propagation when handling the event, which seems to do the trick without breaking anything else as far as I can tell.

Copy link
Member

@bjoerge bjoerge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

None yet

2 participants