-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
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: Slider Tooltip not follow handler #20699
Conversation
Deploy preview for ant-design ready! Built with commit cf782da |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit cf782da:
|
Codecov Report
@@ Coverage Diff @@
## master #20699 +/- ##
==========================================
- Coverage 97.54% 97.47% -0.07%
==========================================
Files 295 296 +1
Lines 6842 6863 +21
Branches 1900 1902 +2
==========================================
+ Hits 6674 6690 +16
- Misses 168 173 +5
Continue to review full report at Codecov.
|
点一下页面卡死了 |
嗯,好像是有 BUG。FC 里看来不能直接依赖 useEffect。 |
找到原因了,新版的 解了我当前好奇为啥 Trigger 和 Align 里各种调用 dom 不用 我换种方式去解它。 |
换了种实现,Tooltip 出现的时候,做重置 align 处理。合完后,我去把 |
@shaodahong, 再试试。 |
rc-slider 也要这么解决? |
|
好的,那没问题了 |
rc-slide demo 估计要更新下 |
🤔 This is a ...
🔗 Related issue link
fix #20677
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge