GitHub Action 2 месяцев назад
Родитель
Сommit
4c9208fbf1
3 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      packages/plugin/package.json
  2. 1 1
      packages/sdk/js/package.json
  3. 2 2
      packages/sdk/openapi.json

+ 1 - 1
packages/plugin/package.json

@@ -24,4 +24,4 @@
     "typescript": "catalog:",
     "@typescript/native-preview": "catalog:"
   }
-}
+}

+ 1 - 1
packages/sdk/js/package.json

@@ -29,4 +29,4 @@
   "publishConfig": {
     "directory": "dist"
   }
-}
+}

+ 2 - 2
packages/sdk/openapi.json

@@ -7333,12 +7333,12 @@
           },
           "input_undo": {
             "description": "Undo in input",
-            "default": "ctrl+-,cmd+z",
+            "default": "ctrl+-",
             "type": "string"
           },
           "input_redo": {
             "description": "Redo in input",
-            "default": "ctrl+.,cmd+shift+z",
+            "default": "ctrl+.",
             "type": "string"
           },
           "input_word_forward": {