streaksheet
Advanced tools
Comparing version 0.9.12 to 0.9.13
@@ -76,3 +76,3 @@ "use strict"; | ||
if ((cellBeingEdited === null || cellBeingEdited === void 0 ? void 0 : cellBeingEdited.type) === 'ROW_DATA_CELL') { | ||
isEditing = keys.rowKey === cellBeingEdited.rowKey && keys.columnKey === cellBeingEdited.columnKey; | ||
isEditing = keys.rowKey === cellBeingEdited.rowKey && keys.columnKey === cellBeingEdited.columnKey && keys.sectionKey === cellBeingEdited.sectionKey; | ||
} else { | ||
@@ -79,0 +79,0 @@ isEditing = false; |
{ | ||
"name": "streaksheet", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
842627
179
7474