-
Notifications
You must be signed in to change notification settings - Fork 200
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
🐛 hover不到tooltip的bug #1320
Comments
你要找的是不是 (You may look for issues): |
不是 |
临时方案: 在角头点击显示 tooltip 后 添加 hover 拦截, 角头比较特殊, 没有选中状态 import { InterceptType } from '@antv/s2'
spreadsheet.tooltip.show({
position,
content: <CustomTooltip />,
});
spreadsheet.interaction.addIntercepts([InterceptType.HOVER]); |
感谢,那我暂时用这个方案,后续如果需要修改的话告诉我一下哈 |
9 tasks
🎉 This issue has been resolved in version @antv/s2-v1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v1.15.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
新版本已经兼容了角头的处理,可升级体验 |
This was referenced Jun 6, 2022
Closed
Closed
This was referenced Jul 4, 2022
Closed
Closed
This was referenced Jul 15, 2022
Closed
This was referenced Jul 22, 2022
Closed
This was referenced Aug 2, 2022
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🏷 Version
最新
🖋 Description
🔗 Reproduce Link
复现问题的demo链接:https://riddle.alibaba-inc.com/riddles/d50d5692
🤔 Steps to Reproduce
😊 Expected Behavior
😅 Current Behavior
💻 System information
The text was updated successfully, but these errors were encountered: