@blocklet/labels 1.6.69 → 1.6.71

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.es.js CHANGED
@@ -921,6 +921,7 @@ function GithubLabelPicker({
921
921
  },
922
922
  value: pendingOptions,
923
923
  onChange: (event, newValue, reason) => {
924
+ event.preventDefault();
924
925
  if (event.type === "keydown" && event.key === "Backspace" && reason === "removeOption") {
925
926
  return;
926
927
  }
package/dist/index.umd.js CHANGED
@@ -909,6 +909,7 @@ var __publicField = (obj, key, value) => {
909
909
  },
910
910
  value: pendingOptions,
911
911
  onChange: (event, newValue, reason) => {
912
+ event.preventDefault();
912
913
  if (event.type === "keydown" && event.key === "Backspace" && reason === "removeOption") {
913
914
  return;
914
915
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/labels",
3
- "version": "1.6.69",
3
+ "version": "1.6.71",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -28,7 +28,7 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@blocklet/translation-input": "1.6.69",
31
+ "@blocklet/translation-input": "1.6.71",
32
32
  "@emotion/css": "^11.10.5",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
@@ -80,5 +80,5 @@
80
80
  "resolutions": {
81
81
  "react": "^18.2.0"
82
82
  },
83
- "gitHead": "f9d2e9ba4677ca73f42f23026ceaacb3fa114086"
83
+ "gitHead": "426de1bab9af74f7410209263d9ae66c113d0503"
84
84
  }