Skip to content

Commit

Permalink
删除多余字符
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Jan 10, 2020
1 parent 956f111 commit 723f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/Player/play-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function PlayList(props) {

const handleTouchStart = (e) => {
if(!canTouch || initialed) return;
listWrapperRef.current.style["transition"] = "";\
listWrapperRef.current.style["transition"] = "";
setDistance(0);
setStartY(e.nativeEvent.touches[0].pageY);
setInitialed(true);
Expand Down

0 comments on commit 723f58d

Please sign in to comment.