react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.29 to 2.1.30
@@ -929,2 +929,6 @@ 'use strict'; | ||
if (scrollTop === this.state.scrollTop) { | ||
return; | ||
} | ||
var pos = void 0; | ||
@@ -931,0 +935,0 @@ if (scrollTop > this.state.scrollTop || currNodePos === 0) { |
@@ -929,2 +929,6 @@ 'use strict'; | ||
if (scrollTop === this.state.scrollTop) { | ||
return; | ||
} | ||
var pos = void 0; | ||
@@ -931,0 +935,0 @@ if (scrollTop > this.state.scrollTop || currNodePos === 0) { |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.29", | ||
"version": "2.1.30", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
104978
2052