Skip to content

Commit d92ae8e

Browse files
committed
v1.0.0-alpha.3
1 parent 68aeedb commit d92ae8e

File tree

5 files changed

+1147
-1805
lines changed

5 files changed

+1147
-1805
lines changed

dist/react-infinite-tree.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! react-infinite-tree v1.0.0-alpha.2 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
1+
/*! react-infinite-tree v1.0.0-alpha.3 | (c) 2018 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
22
exports["InfiniteTree"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache
@@ -732,7 +732,7 @@ var _class = function (_Component) {
732732
if (scrollToIndex !== undefined && scrollToIndex >= 0 && scrollToIndex < count) {
733733
virtualListProps.scrollToIndex = scrollToIndex;
734734
}
735-
if (typeof onScroll !== 'function') {
735+
if (typeof onScroll === 'function') {
736736
virtualListProps.onScroll = onScroll;
737737
}
738738

dist/react-infinite-tree.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)