react-konva-grid
Advanced tools
Comparing version 2.8.18 to 2.8.19
@@ -390,2 +390,6 @@ "use strict"; | ||
const scrollToItem = react_1.useCallback(({ rowIndex, columnIndex }, align = helpers_1.Align.smart) => { | ||
/* Do not scroll if the row or column is frozen */ | ||
if ((rowIndex && rowIndex < frozenRows) || | ||
(columnIndex && columnIndex < frozenColumns)) | ||
return; | ||
const frozenColumnOffset = helpers_1.getColumnOffset({ | ||
@@ -392,0 +396,0 @@ index: frozenColumns, |
{ | ||
"name": "react-konva-grid", | ||
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets", | ||
"version": "2.8.18", | ||
"version": "2.8.19", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368629
8000