Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

feat(remax): onTouchStart onTouchMove onTouchEnd 支持阻止冒泡 #1072

Merged
merged 2 commits into from
Jun 12, 2020

Conversation

Darmody
Copy link
Contributor

@Darmody Darmody commented Jun 12, 2020

resolve #1068

@Darmody Darmody requested a review from yesmeck June 12, 2020 07:12
@vercel
Copy link

vercel bot commented Jun 12, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/remaxjs/remax/flam3lr6o
✅ Preview: https://remax-git-stop-propagation-on-touch.remaxjs.now.sh

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 12, 2020

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 1efe566:

Sandbox Source
hungry-williams-iz39r Configuration

@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #1072 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1072   +/-   ##
=======================================
  Coverage   95.71%   95.71%           
=======================================
  Files         332      332           
  Lines        3597     3597           
  Branches      509      509           
=======================================
  Hits         3443     3443           
  Misses        153      153           
  Partials        1        1           
Impacted Files Coverage Δ
...ages/remax-runtime/src/SyntheticEvent/constants.ts 100.00% <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 64fed4d...1efe566. Read the comment docs.

@Darmody Darmody merged commit 5a532c1 into master Jun 12, 2020
@Darmody Darmody deleted the stop-propagation-on-touch branch June 12, 2020 09:24
@yesmeck
Copy link
Member

yesmeck commented Jun 12, 2020

这种写成 fix 好点

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

希望在onTouchMove时,能够阻止冒泡
2 participants