Skip to content

Commit 81b937e

Browse files
authored
update move prop section description
Change futureIndex indentation in README.md (move prop section) to mark that it's draggedContext property, not separate one
1 parent 0cc20f3 commit 81b937e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ evt object has same property as [Sortable onMove event](https://github.com/RubaX
114114
- `draggedContext`: context linked to dragged element
115115
- `index`: dragged element index
116116
- `element`: dragged element underlying view model element
117-
- `futureIndex`: Number.
118-
Potencial index of the dragged element if the drop operation is accepted.
117+
- `futureIndex`: potencial index of the dragged element if the drop operation is accepted
119118
- `relatedContext`: context linked to current drag operation
120119
- `index`: target element index
121120
- `element`: target element view model element

0 commit comments

Comments
 (0)