@blocklet/labels 1.6.147 → 1.6.149

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
@@ -824,7 +824,9 @@ function GithubLabelPicker({
824
824
  setAnchorEl(event.currentTarget);
825
825
  };
826
826
  const handleClose = () => {
827
- onChange == null ? void 0 : onChange(pendingValue);
827
+ if (!updateImmediately) {
828
+ onChange == null ? void 0 : onChange(pendingValue);
829
+ }
828
830
  setInputValue("");
829
831
  if (anchorEl) {
830
832
  anchorEl.focus();
package/dist/index.umd.js CHANGED
@@ -812,7 +812,9 @@ var __publicField = (obj, key, value) => {
812
812
  setAnchorEl(event.currentTarget);
813
813
  };
814
814
  const handleClose = () => {
815
- onChange == null ? void 0 : onChange(pendingValue);
815
+ if (!updateImmediately) {
816
+ onChange == null ? void 0 : onChange(pendingValue);
817
+ }
816
818
  setInputValue("");
817
819
  if (anchorEl) {
818
820
  anchorEl.focus();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/labels",
3
- "version": "1.6.147",
3
+ "version": "1.6.149",
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.147",
31
+ "@blocklet/translation-input": "1.6.149",
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": "66cd760781e0eee33b0cb73594e8b322ceb1be17"
83
+ "gitHead": "ab2af6cf50613c346b3cf24306ff14e09053158d"
84
84
  }