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(Menu): fix hozInLine mode popup bug when subMenu has a specified key, close #4222 #4226

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

eternalsky
Copy link
Contributor

这样的改动在试了几个方案后改动最小,被折叠的 item 主要用途是计算宽度,不需要拿真实的 key导致计算时 p2n 和 k2n 被重复计算,且位置错误。

@eternalsky
Copy link
Contributor Author

test 失败了,但是看失败结果,好像和 pr 的组件无关,感觉可能是偶发性的。

@lakerswgq lakerswgq self-requested a review January 5, 2023 02:33
@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Base: 90.58% // Head: 90.58% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (c0bb921) compared to base (1da4ab3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4226      +/-   ##
==========================================
- Coverage   90.58%   90.58%   -0.01%     
==========================================
  Files         305      305              
  Lines       17944    17943       -1     
  Branches     5525     5524       -1     
==========================================
- Hits        16254    16253       -1     
  Misses       1669     1669              
  Partials       21       21              
Impacted Files Coverage Δ
src/menu/view/menu.jsx 93.05% <ø> (-0.02%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lakerswgq lakerswgq merged commit 7c747b0 into alibaba-fusion:master Jan 9, 2023
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.

2 participants