react-virtualized-sticky-tree
Advanced tools
Comparing version
@@ -426,2 +426,5 @@ 'use strict'; | ||
var node = this.nodes[index]; | ||
if (!node || !this.elem) { | ||
return false; | ||
} | ||
return this.elem.scrollTop <= node.top - node.stickyTop && this.elem.scrollTop + this.props.height >= node.top + node.height; | ||
@@ -428,0 +431,0 @@ } |
@@ -426,2 +426,5 @@ 'use strict'; | ||
var node = this.nodes[index]; | ||
if (!node || !this.elem) { | ||
return false; | ||
} | ||
return this.elem.scrollTop <= node.top - node.stickyTop && this.elem.scrollTop + this.props.height >= node.top + node.height; | ||
@@ -428,0 +431,0 @@ } |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.22", | ||
"version": "2.1.23", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
102974
0.18%2030
0.3%