@seafile/seafile-calendar 0.0.29-alpha49 → 0.0.29-alpha51

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.
@@ -7482,6 +7482,7 @@ var _initialiseProps = function _initialiseProps() {
7482
7482
  }
7483
7483
 
7484
7484
  if (selectedValue !== value || selectedValue && value && !selectedValue.isSame(value)) {
7485
+ // console.log(123)
7485
7486
  _this2.setState({ str: str });
7486
7487
  onChange(value);
7487
7488
  }