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: simulate the touch event error #997

Merged
merged 1 commit into from Jan 10, 2022
Merged

Conversation

xiaohuoni
Copy link
Member

simulate the touch event error when the DOM is directly mounted on the body or HTML

🤔 这个变动的性质是?/ What is the nature of this change?

  • 新特性提交 / New feature
  • bug 修复 / Fix bug
  • 样式优化 / Style optimization
  • 代码风格优化 / Code style optimization
  • 性能优化 / Performance optimization
  • 构建优化 / Build optimization
  • 网站、文档、Demo 改进 / Website, documentation, demo improvements
  • 重构代码或样式 / Refactor code or style
  • 测试相关 / Test related
  • 其他 / Other

🔗 相关 Issue / Related Issue

Close: #996

💡 需求背景和解决方案 / Background or solution

📝 更新日志 / Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

simulate the touch event error when the DOM is directly mounted on the body or HTML
@github-actions
Copy link

github-actions bot commented Jan 10, 2022

🎊 PR Preview has been successfully built and deployed to https://dumi-preview-pr-997.surge.sh

@github-actions
Copy link

github-actions bot commented Jan 10, 2022

🎊 PR Mobile Preview has been successfully built and deployed to https://dumi-mobile-preview-pr-997.surge.sh

@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #997 (0e4e310) into master (4c76f42) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #997   +/-   ##
=======================================
  Coverage   94.99%   94.99%           
=======================================
  Files         119      119           
  Lines        2919     2919           
  Branches      962      962           
=======================================
  Hits         2773     2773           
  Misses        142      142           
  Partials        4        4           
Impacted Files Coverage Δ
packages/theme-mobile/src/layouts/demo.tsx 90.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c76f42...0e4e310. Read the comment docs.

Copy link
Member

@PeachScript PeachScript left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@PeachScript PeachScript merged commit 1a65fc3 into master Jan 10, 2022
@PeachScript PeachScript deleted the xiaohuoni-patch-1 branch January 10, 2022 08:10
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.

bug: 使用dumi-theme-mobile引入ant-mobile-v5Picker组件不能拖动
2 participants