-
Notifications
You must be signed in to change notification settings - Fork 269
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(Calendar): IOS中,日历组件滚动到顶部时会短暂出现白屏 #2409
Conversation
Walkthrough这次更改主要针对 Changes
Sequence Diagram(s)本次更改较为简单,不涉及复杂的控制流程,因此无需生成序列图。 Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2409 +/- ##
==========================================
- Coverage 85.99% 85.99% -0.01%
==========================================
Files 217 217
Lines 22830 22831 +1
Branches 2542 2542
==========================================
Hits 19633 19633
- Misses 3192 3193 +1
Partials 5 5 ☔ View full report in Codecov by Sentry. |
🤔 这个变动的性质是?
🔗 相关 Issue
#2413
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit
current
变量在进行进一步计算前为非负值,防止可能的错误计算。