-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
feat: support ctrl n/p on mac #650
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/select/F4iG4MHajbgLBhREa1RAqKMAn17B |
Codecov Report
@@ Coverage Diff @@
## master #650 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 20 20
Lines 1004 1011 +7
Branches 340 334 -6
=======================================
+ Hits 995 1002 +7
Misses 8 8
Partials 1 1
Continue to review full report at Codecov.
|
覆盖率掉了 |
那我在测试环境里 mock 一下 platformUtil 这个文件吧。 |
Codecov 似乎得手动重跑一下 |
Use ctrl + n / p to select list items. Closing ant-design/ant-design#31641.