@douyinfe/semi-json-viewer-core 2.73.0-beta.1 → 2.74.0-beta.0

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -1507,7 +1507,7 @@ var EditWidget = class {
1507
1507
  if (e.metaKey && !e.shiftKey) {
1508
1508
  e.preventDefault();
1509
1509
  this._jsonModel.undo();
1510
- } else {
1510
+ } else if (e.metaKey && e.shiftKey) {
1511
1511
  e.preventDefault();
1512
1512
  this._jsonModel.redo();
1513
1513
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-json-viewer-core",
3
- "version": "2.73.0-beta.1",
3
+ "version": "2.74.0-beta.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -53,5 +53,5 @@
53
53
  ],
54
54
  "author": "",
55
55
  "license": "MIT",
56
- "gitHead": "d9e49a8a541a56b719653b02445e42bf4a0b8ad7"
56
+ "gitHead": "4a82b3ac490e9669966024864807e734f692b47c"
57
57
  }