sheet-happens 0.0.14 → 0.0.15

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.
package/dist/index.js CHANGED
@@ -1554,6 +1554,7 @@ function Sheet(props) {
1554
1554
  setEditCell(editCell);
1555
1555
  setEditKey(editDataKey);
1556
1556
  setEditValue(val);
1557
+ setShiftKeyDown(false);
1557
1558
  };
1558
1559
 
1559
1560
  var onScroll = function onScroll(e) {