@seafile/seafile-calendar 0.0.88897 → 0.0.88899

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.
@@ -7415,9 +7415,7 @@ var _initialiseProps = function _initialiseProps() {
7415
7415
  // 没有内容,合法并直接退出
7416
7416
 
7417
7417
  if (!str || !calendarStr) {
7418
- console.log(123);
7419
- onChange(null);
7420
- // this.onClear();
7418
+ _this2.onClear();
7421
7419
  return;
7422
7420
  }
7423
7421
  var parsed = __WEBPACK_IMPORTED_MODULE_8_dayjs___default()(calendarStr, format[0]);