Skip to content
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: align jump for the first time render #421

Merged
merged 4 commits into from
Aug 23, 2023
Merged

fix: align jump for the first time render #421

merged 4 commits into from
Aug 23, 2023

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Aug 23, 2023

在过去版本有个 queue 做状态管理,会确保在对齐前做一次 stretch 对齐,重写后这部分丢失。在 onPrepare 阶段补上对齐逻辑。

close #420
fix ant-design/ant-design#44249

cc @bbb169

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #421 (f926604) into master (3e019ed) will increase coverage by 0.64%.
The diff coverage is 100.00%.

❗ Current head f926604 differs from pull request most recent head dd7ece8. Consider uploading reports for the commit dd7ece8 to get more accurate results

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
+ Coverage   97.06%   97.71%   +0.64%     
==========================================
  Files          13       13              
  Lines         784      787       +3     
  Branches      229      229              
==========================================
+ Hits          761      769       +8     
+ Misses         23       18       -5     
Files Changed Coverage Δ
src/index.tsx 96.90% <100.00%> (+1.61%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zombieJ zombieJ merged commit 846b3d0 into master Aug 23, 2023
@zombieJ zombieJ deleted the fix-align branch August 23, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown组件在第一次加载时出现左移BUG
2 participants