bi-components-library 1.2.86 → 1.2.87

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
@@ -4580,6 +4580,8 @@ const Vd = ({
4580
4580
  }
4581
4581
  }
4582
4582
  if (u.key === "Enter") {
4583
+ if (u.nativeEvent.isComposing || u.keyCode === 229)
4584
+ return;
4583
4585
  const c = u.target, d = c?.closest?.('[data-type="variable"]'), h = !!c?.closest?.('[data-type="richtext"]'), f = c?.tagName === "TEXTAREA" || !!c?.closest?.('[data-type="textarea"]');
4584
4586
  if (d) {
4585
4587
  const E = d.getAttribute("data-node-type") || "";