Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Menu] Fix nested menus that can't be clicked issue
This fixes a regression that was introduced in mui#3360. The previous `click-awayable` mixin listened on `mouseup` and `touchend` events and the new `ClickAwayListener` was implemented to use `mousedown` and `touchstart` events. This commit changes the events to mimick the behavior from the original mixin. Resolves mui#3818
- Loading branch information