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

Update left-nav.jsx #1516

Closed
wants to merge 1 commit into from
Closed

Update left-nav.jsx #1516

wants to merge 1 commit into from

Conversation

mmichelli
Copy link

Stop items under the left menu are being clicked.

Stop items under the left menu are being clicked.
@@ -197,6 +197,8 @@ let LeftNav = React.createClass({
},

_onMenuItemClick(e, key, payload) {
e.preventDefault();
e.stopPropagation();
Copy link
Member

Choose a reason for hiding this comment

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

preventDefault should be enough, no?

@shaurya947
Copy link
Contributor

What behavioral change does this cause? Is this still needed @oliviertassinari @mmichelli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: system Specific to @mui/system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants