@bigbinary/neeto-molecules 1.10.1 → 1.10.3

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.
@@ -1480,6 +1480,7 @@ var AppSwitcherMenu = function AppSwitcherMenu() {
1480
1480
  isStale = _useFetchNeetoApps.isStale;
1481
1481
  return /*#__PURE__*/React.createElement(Dropdown, {
1482
1482
  className: "neeto-molecules-app-switcher-menu-popup-wrapper",
1483
+ closeOnSelect: false,
1483
1484
  disabled: !data,
1484
1485
  interactiveDebounce: 30,
1485
1486
  isOpen: !data ? false : undefined,
@@ -1740,7 +1741,7 @@ var ProfileButton = function ProfileButton(_ref) {
1740
1741
  return document.body;
1741
1742
  },
1742
1743
  buttonStyle: "link",
1743
- closeOnSelect: isNotPresent(customContent),
1744
+ closeOnSelect: false,
1744
1745
  "data-cy": "floating-action-button",
1745
1746
  "data-testid": "floating-action-button",
1746
1747
  icon: noop,