@seafile/seafile-calendar 0.0.99 → 0.0.8881

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.
@@ -7422,7 +7422,7 @@ var _initialiseProps = function _initialiseProps() {
7422
7422
  console.log('str', str);
7423
7423
  console.log('calendarStr', calendarStr);
7424
7424
 
7425
- if (!str || !calendarStr) {
7425
+ if (!str) {
7426
7426
  console.log('没有内容,合法并直接退出');
7427
7427
  if (shouldDisplayCurrent) {
7428
7428
  _this2.setState({ str: '' });