@fileverse-dev/fortune-react 1.0.2-mod-109 → 1.0.2-mod-110

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.
package/dist/index.esm.js CHANGED
@@ -5629,7 +5629,9 @@ var MoreItemsContaier = function MoreItemsContaier(_ref) {
5629
5629
  children = _ref.children;
5630
5630
  var containerRef = useRef(null);
5631
5631
  useOutsideClick(containerRef, function () {
5632
- onClose === null || onClose === void 0 ? void 0 : onClose();
5632
+ setTimeout(function () {
5633
+ onClose === null || onClose === void 0 ? void 0 : onClose();
5634
+ }, 100);
5633
5635
  }, [containerRef, onClose]);
5634
5636
  return /*#__PURE__*/React.createElement("div", {
5635
5637
  ref: containerRef,
package/dist/index.js CHANGED
@@ -5641,7 +5641,9 @@ var MoreItemsContaier = function MoreItemsContaier(_ref) {
5641
5641
  children = _ref.children;
5642
5642
  var containerRef = React.useRef(null);
5643
5643
  useOutsideClick(containerRef, function () {
5644
- onClose === null || onClose === void 0 ? void 0 : onClose();
5644
+ setTimeout(function () {
5645
+ onClose === null || onClose === void 0 ? void 0 : onClose();
5646
+ }, 100);
5645
5647
  }, [containerRef, onClose]);
5646
5648
  return /*#__PURE__*/React__default['default'].createElement("div", {
5647
5649
  ref: containerRef,
package/dist/index.umd.js CHANGED
@@ -110434,7 +110434,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
110434
110434
  children = _ref.children;
110435
110435
  var containerRef = React.useRef(null);
110436
110436
  useOutsideClick(containerRef, function () {
110437
- onClose === null || onClose === void 0 ? void 0 : onClose();
110437
+ setTimeout(function () {
110438
+ onClose === null || onClose === void 0 ? void 0 : onClose();
110439
+ }, 100);
110438
110440
  }, [containerRef, onClose]);
110439
110441
  return /*#__PURE__*/React__default['default'].createElement("div", {
110440
110442
  ref: containerRef,