@rowsncolumns/grid
Advanced tools
Comparing version 6.0.2 to 6.0.4
@@ -91,3 +91,3 @@ import React from "react"; | ||
selectionRightBound?: number; | ||
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement>) => void; | ||
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement | HTMLDivElement>) => void; | ||
onBeforeEdit?: (coords: CellInterface) => void; | ||
@@ -94,0 +94,0 @@ } |
@@ -360,5 +360,2 @@ "use strict"; | ||
return; | ||
if (newValue === value) { | ||
return; | ||
} | ||
/* Check if the value has changed. Used to conditionally submit if editor is not in focus */ | ||
@@ -365,0 +362,0 @@ isDirtyRef.current = newValue !== value; |
{ | ||
"name": "@rowsncolumns/grid", | ||
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets", | ||
"version": "6.0.2", | ||
"version": "6.0.4", | ||
"main": "dist/index.js", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "bc82393ba59a377c1dd4ef7dd3c098b781ec9503" | ||
"gitHead": "942ff958a4bf86a58698b5950eb1582e6ae427b4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
689817
15284