jedison 0.3.6 → 0.3.7

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.
@@ -3772,6 +3772,9 @@ class EditorArray extends Editor {
3772
3772
  });
3773
3773
  this.refreshDisabledState();
3774
3774
  this.refreshSortable(this.control.childrenSlot);
3775
+ this.instance.children.forEach((child) => {
3776
+ child.ui.refreshUI();
3777
+ });
3775
3778
  if (isSet(maxItems2) && maxItems2 === this.instance.value.length) {
3776
3779
  this.control.addBtn.setAttribute("disabled", "");
3777
3780
  }