@seafile/seafile-calendar 0.0.31-gzc04 → 0.0.31-gzc05

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.
@@ -7402,7 +7402,8 @@ var _initialiseProps = function _initialiseProps() {
7402
7402
  // 没有内容,合法并直接退出
7403
7403
 
7404
7404
  if (!str) {
7405
- onChange(null);
7405
+ onChange(__WEBPACK_IMPORTED_MODULE_8_dayjs___default()());
7406
+ console.log(111);
7406
7407
  var nowDay = __WEBPACK_IMPORTED_MODULE_8_dayjs___default()().format(format[0]);
7407
7408
  _this2.setState({ str: '' });
7408
7409
  return;