react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.15 to 2.1.16
@@ -50,2 +50,6 @@ 'use strict'; | ||
if (_this.props.apiRef) { | ||
_this.props.apiRef(_this); | ||
} | ||
_this.state = { | ||
@@ -52,0 +56,0 @@ scrollTop: 0, |
@@ -50,2 +50,6 @@ 'use strict'; | ||
if (_this.props.apiRef) { | ||
_this.props.apiRef(_this); | ||
} | ||
_this.state = { | ||
@@ -52,0 +56,0 @@ scrollTop: 0, |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.15", | ||
"version": "2.1.16", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
99355
1982