@gisce/react-ooui 1.2.0-rc.19 → 1.2.0-rc.20

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.
@@ -20403,7 +20403,7 @@ const SearchTree$1 = forwardRef(SearchTree), SearchModal = (e) => {
20403
20403
  }))), z(K.current);
20404
20404
  }
20405
20405
  async function me(te) {
20406
- te.code === "Enter" ? (te.preventDefault(), te.stopPropagation(), await J()) : te.code === "Backspace" && U !== void 0 && (te.preventDefault(), te.stopPropagation(), ae([void 0, ""]));
20406
+ te.keyCode === 13 ? (te.preventDefault(), te.stopPropagation(), await J()) : te.code === "Backspace" && U !== void 0 && (te.preventDefault(), te.stopPropagation(), ae([void 0, ""]));
20407
20407
  }
20408
20408
  return /* @__PURE__ */ jsxs(Row, {
20409
20409
  gutter: 8,