We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 1.5.0+
Environment win10 Chrome 81.0.4044
Reproduction link https://codesandbox.io/s/menu-test-0pngm?file=/src/App.vue
Steps to reproduce 缩小窗口至menu出现省略号,此时点击被折叠的menu-item
What is expected? 只触发一次click事件
What is actually happening? 触发了2次click,一次为当前点击项的 又触发了一次list[0]项的click事件
The text was updated successfully, but these errors were encountered:
你可以试试,@click.stop
Sorry, something went wrong.
fix: menu trigger twice click #2266
1e86019
并不行呢, prevent 也不行 $event.stopPropagation is not a function
已修复: https://github.com/vueComponent/ant-design-vue/releases/tag/1.6.1
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.5.0+
Environment
win10 Chrome 81.0.4044
Reproduction link
https://codesandbox.io/s/menu-test-0pngm?file=/src/App.vue
Steps to reproduce
缩小窗口至menu出现省略号,此时点击被折叠的menu-item
What is expected?
只触发一次click事件
What is actually happening?
触发了2次click,一次为当前点击项的
又触发了一次list[0]项的click事件
The text was updated successfully, but these errors were encountered: