Skip to content

Commit 43486f3

Browse files
committed
Merge branch 'master' of git://github.com/abarisic86/react-sortable-tree into abarisic86-master
2 parents e8a00b1 + a68fcfa commit 43486f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-sortable-tree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class ReactSortableTree extends Component {
558558
height:
559559
typeof rowHeight !== 'function'
560560
? rowHeight
561-
: rowHeight({ index }),
561+
: rowHeight({ index, row }),
562562
},
563563
() => rows[index - 1] || null,
564564
matchKeys

0 commit comments

Comments
 (0)