[SwipeableDrawer] Convert to function component#15947
Merged
eps1lon merged 5 commits intoJun 10, 2019
Merged
Conversation
|
@material-ui/core: parsed: -0.47% 😍, gzip: -0.22% 😍 Details of bundle changes.Comparing: 2b98064...bd638ce
|
joshwooding
force-pushed
the
swipeabledrawer-function-component
branch
5 times, most recently
from
May 29, 2019 21:52
c5da722 to
1f5e22b
Compare
Member
|
Back in the game 💥 |
joshwooding
force-pushed
the
swipeabledrawer-function-component
branch
from
May 29, 2019 22:01
1f5e22b to
e76f527
Compare
Collaborator
Author
|
Of course Edge doesn’t like the change 🙄 |
joshwooding
force-pushed
the
swipeabledrawer-function-component
branch
2 times, most recently
from
June 2, 2019 13:58
fd30189 to
a53054e
Compare
oliviertassinari
force-pushed
the
swipeabledrawer-function-component
branch
from
June 9, 2019 16:34
67b411c to
3e0ba65
Compare
| document.body.addEventListener('touchstart', handleBodyTouchStart); | ||
| document.body.addEventListener('touchmove', handleBodyTouchMove, { passive: false }); | ||
| document.body.addEventListener('touchend', handleBodyTouchEnd); | ||
| // https://plus.google.com/+PaulIrish/posts/KTwfn1Y2238 |
Member
There was a problem hiding this comment.
Google+ is out, an older version can be found at https://web.archive.org/web/20150608114000/https://plus.google.com/+PaulIrish/posts/KTwfn1Y2238. I believe we can ignore the problem. I haven't seen any recent resource about it. Watch https://www.youtube.com/watch?v=F3A6Skckh9c, no mention of the problem.
oliviertassinari
force-pushed
the
swipeabledrawer-function-component
branch
from
June 9, 2019 17:43
3e0ba65 to
88231c6
Compare
oliviertassinari
approved these changes
Jun 9, 2019
Member
|
Moved the cleanup next to the setup bd638ce. Great job! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A bonus: closes #15689.