react-virtualized-sticky-tree
Advanced tools
Comparing version
@@ -237,2 +237,6 @@ 'use strict'; | ||
if (!node) { | ||
return false; | ||
} | ||
if (node.isSticky && index === this.state.currNodePos || this.getParentPath(this.state.currNodePos).includes(this.nodePosCache[index])) { | ||
@@ -239,0 +243,0 @@ return true; |
@@ -237,2 +237,6 @@ 'use strict'; | ||
if (!node) { | ||
return false; | ||
} | ||
if (node.isSticky && index === this.state.currNodePos || this.getParentPath(this.state.currNodePos).includes(this.nodePosCache[index])) { | ||
@@ -239,0 +243,0 @@ return true; |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
91187
0.18%1784
0.34%