@overmap-ai/forms 1.0.12-fix-form-problem.0 → 1.0.12-fix-form-problem.1

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.
@@ -2148,7 +2148,7 @@ var __publicField = (obj, key, value) => {
2148
2148
  blocks.DropdownItemMenu,
2149
2149
  {
2150
2150
  trigger: /* @__PURE__ */ jsxRuntime.jsx(blocks.IconButton, { variant: "ghost", "aria-label": "Actions menu", children: /* @__PURE__ */ jsxRuntime.jsx(reactIcons.DotsVerticalIcon, {}) }),
2151
- closeOnSelect: false,
2151
+ closeOnSelect: true,
2152
2152
  items: actions.map((Action) => {
2153
2153
  var _a;
2154
2154
  if (Action.disableOnMobile)