sheet-happens 0.0.26 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2913,7 +2913,7 @@ var Sheet = forwardRef(function (props, ref) {
2913
2913
  lastEditKey = _useState10[0],
2914
2914
  setLastEditKey = _useState10[1];
2915
2915
 
2916
- if (lastEditKey !== NO_CELL.join(',') && lastEditKey !== editKey) {
2916
+ if (editMode && lastEditKey !== editKey) {
2917
2917
  setLastEditKey(editKey);
2918
2918
  setEditCell(NO_CELL);
2919
2919
  }