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

fix: Submenu now properly hide when mouse exits #544

Merged
merged 1 commit into from
Nov 6, 2022

Conversation

xsjcTony
Copy link
Contributor

@xsjcTony xsjcTony commented Nov 6, 2022

Fix #437
May fix #422

The cause is rc-menu-submenu-hidden's style is not included in index.css, it should be display: none.

If this still does not fix the issue, manually add the style display: none for className rc-menu-submenu-hidden


P.S. Corresponding style is present in menu.less but I guess it's not compiled into index.css for some reason.

@afc163 afc163 merged commit b296551 into react-component:master Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants