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

feat(utils): add touchstart event to PropagationEvent #6578

Merged

Conversation

eon-lee96
Copy link
Contributor

@eon-lee96 eon-lee96 commented Mar 23, 2024

PropagationEvent 增加 touchstart 事件。

我遇到的业务场景:

  • SwipeAction 设置 closeOnAction={false}
  • 其中某个 action 会拉起 Picker
  • 期望 Picker 里面选择项目的时候不要 close 掉 Swiper

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.34%. Comparing base (937f845) to head (5002193).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6578   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files         318      318           
  Lines        6910     6910           
  Branches     1729     1729           
=======================================
  Hits         6381     6381           
  Misses        493      493           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6578.surge.sh

@zombieJ zombieJ merged commit 7d75de6 into ant-design:master Mar 25, 2024
7 checks passed
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.

2 participants