@longline/aqua-ui 1.0.229 → 1.0.230
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.
|
@@ -55,7 +55,7 @@ function useOutsideClose(_a) {
|
|
|
55
55
|
// If component isn't open, then do nothing:
|
|
56
56
|
if (!open)
|
|
57
57
|
return undefined;
|
|
58
|
-
// When the HTML document gets clicked, see if the click
|
|
58
|
+
// When the HTML document gets clicked, see if the click is inside one of
|
|
59
59
|
// the HTML elements that were passed in. If so, do nothing. It outside
|
|
60
60
|
// these elements, close the component.
|
|
61
61
|
var handleClick = function (e) {
|
package/modules/Filter/Filter.js
CHANGED
|
@@ -40,7 +40,7 @@ var FilterBase = function (props) {
|
|
|
40
40
|
refs: [paneRef, buttonRef],
|
|
41
41
|
onClose: function () { return setOpen(false); },
|
|
42
42
|
escapeToClose: true,
|
|
43
|
-
blurToClose:
|
|
43
|
+
blurToClose: false
|
|
44
44
|
});
|
|
45
45
|
var _b = usePopper(buttonRef.current, paneRef.current, {
|
|
46
46
|
placement: 'bottom-end',
|