-
Notifications
You must be signed in to change notification settings - Fork 201
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: 修复自定义菜单项不触发 click 事件的问题 #2946
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +24 B (+0.01%) Total Size: 335 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2946 +/- ##
==========================================
+ Coverage 75.77% 80.79% +5.02%
==========================================
Files 257 180 -77
Lines 11994 10434 -1560
Branches 2464 2369 -95
==========================================
- Hits 9088 8430 -658
+ Misses 1398 556 -842
+ Partials 1508 1448 -60 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.31 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
在 #2932 修复箭头的展示后, 由于层级发生变动, 原 sub-menu 变为 menu, 会导致自定义 menu 的 hook 未触发.
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge