react-datasheet-grid
Advanced tools
Comparing version 3.3.4 to 3.3.5
@@ -21,3 +21,3 @@ import React, { useLayoutEffect, useRef } from 'react'; | ||
// When cell becomes focus we immediately toggle the checkbox and blur the cell by calling `stopEditing` | ||
// Notice the `nextRow: false` to make sure the active cell does not go to the cell bellow and stays on this cell | ||
// Notice the `nextRow: false` to make sure the active cell does not go to the cell below and stays on this cell | ||
// This way the user can keep pressing Enter to toggle the checkbox on and off multiple times | ||
@@ -24,0 +24,0 @@ useLayoutEffect(() => { |
@@ -16,3 +16,3 @@ import * as React from 'react'; | ||
if (item.type === 'INSERT_ROW_BELLOW') { | ||
return 'Insert row bellow'; | ||
return 'Insert row below'; | ||
} | ||
@@ -19,0 +19,0 @@ if (item.type === 'DUPLICATE_ROW') { |
{ | ||
"name": "react-datasheet-grid", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"description": "An Excel-like React component to create beautiful spreadsheets.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
238353