azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Menu Items are closed on mouse scrolling

vipulgupta27 opened this issue · comments

Open this url to see the issue.
https://codesandbox.io/s/material-ui-nested-menu-item-example-forked-4l9zn?file=/src/App.tsx

Click on Button 3 and try to scroll. It will be closed all menu item.
We need your response. Your cooperation is highly appreciated.

@vipulgupta27 Remove onClick={handleItemClick} from Button 3.

unable to scroll at all !

I've open a pull request with a fix:
#24

Is this resolved?

any updates on scroll issues ?!