fix: long label panel position abnormal - #473
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #473 +/- ##
=======================================
Coverage 99.66% 99.66%
=======================================
Files 23 23
Lines 604 604
Branches 182 182
=======================================
Hits 602 602
Misses 2 2 ☔ View full report in Codecov by Sentry. |
zombieJ
reviewed
Mar 28, 2024
Member
|
改完后是什么效果? |
Contributor
Author
现在不会出现 panel 定位异常的问题 202403291825.mp4 |
Member
|
是说闪的那一下的问题么? |
Contributor
Author
目前在点击选项卡 但是未选中结果取消后 的第二次显示时 panel 出现的位置不正确(open=false 时没有重置路径值导致) default.mp4 |
zombieJ
reviewed
Apr 3, 2024
Contributor
Author
|
multiple 限制会导致这个问题 记录一下 |
crazyair
reviewed
Apr 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复 open=true 时 setActiveValueCells 执行时机,避免 pannel 更新不及时造成的定位计算错误
#ant-design/ant-design#47635
202403121302.mp4