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(comp:menu): hover event cannot be triggered when animating #1041

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

danranVm
Copy link
Member

@danranVm danranVm commented Jul 27, 2022

fix #1013

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

对于子菜单,鼠标移出后快速移入,隐藏的节点又出现了

What is the new behavior?

鼠标移出后快速移入,不会阻止菜单的隐藏。

Other information

@idux-bot
Copy link

idux-bot bot commented Jul 27, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #1041 (89b5455) into main (03e6aa5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1041   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files         314      314           
  Lines       29987    29987           
  Branches     3540     3540           
=======================================
  Hits        28113    28113           
  Misses       1874     1874           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03e6aa5...89b5455. Read the comment docs.

@danranVm danranVm merged commit 7582c6c into IDuxFE:main Jul 27, 2022
@danranVm danranVm deleted the fix-menu branch July 27, 2022 03:12
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.

[comp:menu] vertical 模式下,dark 主题会有白色阴影,
1 participant