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: tab flickering with flex parent cotainer #674

Closed
wants to merge 1 commit into from

Conversation

solitia7125
Copy link

@solitia7125 solitia7125 commented Sep 9, 2023

Add the value of operation node size to the calculation if tab not scroll.
fix ant-design/ant-design#44668

@vercel
Copy link

vercel bot commented Sep 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tabs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2023 0:03am

@yoyo837
Copy link
Member

yoyo837 commented Sep 9, 2023

请添加一个测试用例覆盖一下。

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #674 (56d15f9) into master (0bce955) will increase coverage by 0.01%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

❗ Current head 56d15f9 differs from pull request most recent head 00262e5. Consider uploading reports for the commit 00262e5 to get more accurate results

@@            Coverage Diff             @@
##           master     #674      +/-   ##
==========================================
+ Coverage   97.72%   97.73%   +0.01%     
==========================================
  Files          18       18              
  Lines         659      662       +3     
  Branches      176      177       +1     
==========================================
+ Hits          644      647       +3     
  Misses         15       15              
Files Changed Coverage Δ
src/TabNavList/index.tsx 95.42% <ø> (ø)
src/hooks/useVisibleRange.ts 100.00% <100.00%> (ø)

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

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.

Tab component starts flickering if inside flex container
2 participants