Commit ce89f1d9 authored by 李勇諭's avatar 李勇諭

fix can not click issue

parent e1f2a482
...@@ -80,7 +80,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef ...@@ -80,7 +80,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef
this.dragging = true; this.dragging = true;
this.container.style.transition = "transform 0.2s cubic-bezier(0,0,0.31,1)"; this.container.style.transition = "transform 0.2s cubic-bezier(0,0,0.31,1)";
this.pullDown.style.transition = "transform 0.2s cubic-bezier(0,0,0.31,1)"; this.pullDown.style.transition = "transform 0.2s cubic-bezier(0,0,0.31,1)";
e.preventDefault();
} }
@autobind @autobind
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment