@titaui/pc 1.15.25-beta.2 → 1.15.25-beta.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.
@@ -282,7 +282,9 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
282
282
  setJsxDomValues(jsxDomValues);
283
283
  }
284
284
 
285
- setVisible(false);
285
+ setTimeout(function () {
286
+ setVisible(false);
287
+ }, 0);
286
288
  };
287
289
 
288
290
  var onCancelHandler = function onCancelHandler() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.25-beta.2",
3
+ "version": "1.15.25-beta.3",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",