@fileverse-dev/fortune-react 1.0.83 → 1.0.84

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.
@@ -580,7 +580,7 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
580
580
  e.preventDefault();
581
581
  return;
582
582
  }
583
- if (e.shiftKey && e.code === "Space") {
583
+ if (e.ctrlKey && e.code === "Space") {
584
584
  e.stopPropagation();
585
585
  e.preventDefault();
586
586
  var selection = getSelection();
@@ -591,7 +591,7 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
591
591
  column: selectedCol
592
592
  }]);
593
593
  }
594
- if (e.ctrlKey && e.code === "Space") {
594
+ if (e.shiftKey && e.code === "Space") {
595
595
  e.stopPropagation();
596
596
  e.preventDefault();
597
597
  var selection = getSelection();
@@ -589,7 +589,7 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
589
589
  e.preventDefault();
590
590
  return;
591
591
  }
592
- if (e.shiftKey && e.code === "Space") {
592
+ if (e.ctrlKey && e.code === "Space") {
593
593
  e.stopPropagation();
594
594
  e.preventDefault();
595
595
  var selection = getSelection();
@@ -600,7 +600,7 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
600
600
  column: selectedCol
601
601
  }]);
602
602
  }
603
- if (e.ctrlKey && e.code === "Space") {
603
+ if (e.shiftKey && e.code === "Space") {
604
604
  e.stopPropagation();
605
605
  e.preventDefault();
606
606
  var selection = getSelection();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.0.83",
19
+ "@fileverse-dev/fortune-core": "1.0.84",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",