-
-
Notifications
You must be signed in to change notification settings - Fork 611
fix: header blank when using sticky or scroll.y #1267
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Walkthrough本次更改主要涉及表格组件的列宽度测量与调整逻辑。主要调整包括:将部分副作用钩子从 Changes
Sequence Diagram(s)sequenceDiagram
participant 用户
participant Table
participant MeasureRow
participant MeasureCell
用户->>Table: 渲染表格
Table->>MeasureRow: 渲染测量行
MeasureRow->>MeasureCell: 渲染测量单元格
MeasureCell->>MeasureCell: useLayoutEffect 检查并回调 onColumnResize
MeasureRow->>MeasureRow: 检查可见性后处理 onBatchResize
MeasureRow->>Table: 通知列宽变化
Table->>Table: 更新列宽状态
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1267 +/- ##
=======================================
Coverage 98.03% 98.03%
=======================================
Files 76 76
Lines 7425 7427 +2
Branches 1146 1143 -3
=======================================
+ Hits 7279 7281 +2
Misses 140 140
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
这里貌似已经落后好几个 commit 了? |
fix ant-design/ant-design#49099
Summary by CodeRabbit