@bigbinary/neeto-molecules 1.10.1 → 1.10.2
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.
|
@@ -1508,6 +1508,7 @@ var AppSwitcherMenu = function AppSwitcherMenu() {
|
|
|
1508
1508
|
isStale = _useFetchNeetoApps.isStale;
|
|
1509
1509
|
return /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
|
|
1510
1510
|
className: "neeto-molecules-app-switcher-menu-popup-wrapper",
|
|
1511
|
+
closeOnSelect: false,
|
|
1511
1512
|
disabled: !data,
|
|
1512
1513
|
interactiveDebounce: 30,
|
|
1513
1514
|
isOpen: !data ? false : undefined,
|
|
@@ -1768,7 +1769,7 @@ var ProfileButton = function ProfileButton(_ref) {
|
|
|
1768
1769
|
return document.body;
|
|
1769
1770
|
},
|
|
1770
1771
|
buttonStyle: "link",
|
|
1771
|
-
closeOnSelect:
|
|
1772
|
+
closeOnSelect: false,
|
|
1772
1773
|
"data-cy": "floating-action-button",
|
|
1773
1774
|
"data-testid": "floating-action-button",
|
|
1774
1775
|
icon: neetoCist.noop,
|