We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4880bc commit 926c275Copy full SHA for 926c275
src/SwipeableListItem.js
@@ -113,6 +113,7 @@ class SwipeableListItem extends PureComponent {
113
event.preventDefault();
114
115
const delta = clientX - this.dragStartPoint.x;
116
+
117
if (this.shouldMoveItem(delta)) {
118
this.left = delta;
119
}
@@ -135,6 +136,7 @@ class SwipeableListItem extends PureComponent {
135
136
137
138
139
140
141
142
0 commit comments