-
-
Notifications
You must be signed in to change notification settings - Fork 461
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: Select support maxCount #1015
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1015 +/- ##
=======================================
Coverage 99.78% 99.78%
=======================================
Files 38 38
Lines 1389 1396 +7
Branches 385 390 +5
=======================================
+ Hits 1386 1393 +7
Misses 3 3 ☔ View full report in Codecov by Sentry. |
Co-authored-by: MadCcc <[email protected]>
Co-authored-by: MadCcc <[email protected]>
Co-authored-by: MadCcc <[email protected]>
if (rawValues?.size >= maxCount) { | ||
return; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里可能会有点怪,不过感觉问题不大,看看用户接受度
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
意思是复制不上去,有点反直觉吗?
上个 PR 功能不是很完整,缺少一个分词截断功能,补充一下:
Kapture.2023-12-29.at.02.24.48.mp4