Skip to content

Commit b12e0ca

Browse files
authored
Update README.md
1 parent a9dc4aa commit b12e0ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ return (
120120
| numberActiveTouches | Number of touches currently on screen |
121121
| gestureState | called at the end of interaction, regardless if press or drag |
122122

123-
## Methods (not supported above V2.0.0)
124-
| Method | params | Description |
125-
| :------------ |:---------------:|:-----|
126-
| reversePosition | --- | **use onReverse callback instead.** manually reset Draggable to start position |
123+
## Methods (not supported above V2.0.0)
124+
| Method | Params | Description |
125+
| :------------ |:---------------:|:-----|
126+
| reversePosition | --- | **use onReverse callback instead.** manually reset Draggable to start position |
127127
| getPosition| --- |**use onDragRelease callback instead.** get the value of pageX, pageY|
128128

129129
# What's next?

0 commit comments

Comments
 (0)