react-virtualized-sticky-tree
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -56,2 +56,5 @@ 'use strict'; | ||
_this2.setState({ width: rect.bounds.width, height: rect.bounds.height }); | ||
if (_this2.props.onResize !== undefined) { | ||
_this2.props.onResize(rect); | ||
} | ||
} | ||
@@ -58,0 +61,0 @@ |
@@ -56,2 +56,5 @@ 'use strict'; | ||
_this2.setState({ width: rect.bounds.width, height: rect.bounds.height }); | ||
if (_this2.props.onResize !== undefined) { | ||
_this2.props.onResize(rect); | ||
} | ||
} | ||
@@ -58,0 +61,0 @@ |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
65354
1266