@seafile/seafile-calendar 0.0.29-gzc3 → 0.0.29-gzc32

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.
@@ -7436,6 +7436,7 @@ var _initialiseProps = function _initialiseProps() {
7436
7436
  };
7437
7437
 
7438
7438
  this.onInputChange = function (event) {
7439
+ console.log(11111);
7439
7440
  var str = event.target.value;
7440
7441
  console.log('str', str);
7441
7442
  var cananderStr = Object(__WEBPACK_IMPORTED_MODULE_9__util__["l" /* normalizeDateInput */])(str, _this2.state.localeFormat, _this2.state.delimiter);