@a2simcode/ui 0.0.134 → 0.0.135

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.
@@ -5529,7 +5529,7 @@ var Cp = class {
5529
5529
  async createEditor(e) {
5530
5530
  const { container: t, referencePosition: n, col: a, row: o, table: i } = e, r = i.getBodyField(a, o), l = i.options?.columns || [], c = this.findColumnByField(l, r), s = c?._compConfig || {}, u = O(i.getCellOriginRecord(a, o) || {});
5531
5531
  if (!t) return !1;
5532
- if (!jc(u.value._compTypeByRender))
5532
+ if (u.value._compTypeByRender && !jc(u.value._compTypeByRender))
5533
5533
  return this.currentValue = u.value[r], !1;
5534
5534
  const f = document.createElement("div");
5535
5535
  f.style.position = "absolute", f.style.width = "100%", f.style.height = "100%", f.style.boxSizing = "border-box";