react-virtualized-sticky-tree
Advanced tools
Comparing version 2.0.15 to 2.0.16
@@ -17,2 +17,6 @@ 'use strict'; | ||
var _vendorSticky = require('./vendorSticky'); | ||
var _vendorSticky2 = _interopRequireDefault(_vendorSticky); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
@@ -518,3 +522,3 @@ | ||
if (node.isSticky) { | ||
style.position = 'sticky'; | ||
style.position = (0, _vendorSticky2['default'])(); | ||
style.top = node.stickyTop; | ||
@@ -521,0 +525,0 @@ style.zIndex = node.zIndex; |
@@ -17,2 +17,6 @@ 'use strict'; | ||
var _vendorSticky = require('./vendorSticky'); | ||
var _vendorSticky2 = _interopRequireDefault(_vendorSticky); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
@@ -518,3 +522,3 @@ | ||
if (node.isSticky) { | ||
style.position = 'sticky'; | ||
style.position = (0, _vendorSticky2['default'])(); | ||
style.top = node.stickyTop; | ||
@@ -521,0 +525,0 @@ style.zIndex = node.zIndex; |
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
83976
10
1664