-
Notifications
You must be signed in to change notification settings - Fork 201
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: 修复移动端禁用外部容器滚动不生效 #3097
fix: 修复移动端禁用外部容器滚动不生效 #3097
Conversation
你好 @lijinke666,非常感谢你的贡献. Hello, @lijinke666, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes. |
Walkthrough此PR修复了在移动端禁用外部容器滚动不生效的问题。通过使用G库中的原生TouchEvent,确保在移动设备上可以正确阻止外部容器的滚动。 Changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3097 +/- ##
==========================================
+ Coverage 75.77% 80.10% +4.33%
==========================================
Files 257 179 -78
Lines 11994 10800 -1194
Branches 2464 2450 -14
==========================================
- Hits 9088 8651 -437
+ Misses 1398 663 -735
+ Partials 1508 1486 -22 ☔ View full report in Codecov by Sentry. |
Size Change: +5 B (0%) Total Size: 619 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v2.1.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge