react-datasheet-grid
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -1003,3 +1003,3 @@ "use strict"; | ||
} | ||
else if (event.key.match(/^[a-zA-Z0-9 ,.+-]$/) && | ||
else if (event.key.match(/^[ -~]$/) && | ||
!event.ctrlKey && | ||
@@ -1006,0 +1006,0 @@ !event.metaKey && |
{ | ||
"name": "react-datasheet-grid", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"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
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
279009