@seafile/seafile-calendar 0.0.31-Apph0.64 → 0.0.31-Apph0.65
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.
package/dist/rc-calendar.js
CHANGED
@@ -7419,11 +7419,11 @@ var _initialiseProps = function _initialiseProps() {
|
|
7419
7419
|
// 没有内容,合法并直接退出
|
7420
7420
|
|
7421
7421
|
if (shouldDisplayCurrent && !calendarStr) {
|
7422
|
-
|
7422
|
+
console.log(111);
|
7423
7423
|
_this2.setState({ str: '' });
|
7424
|
+
onChange(null);
|
7424
7425
|
return;
|
7425
|
-
}
|
7426
|
-
if (!str || !calendarStr) {
|
7426
|
+
} else if (!str || !calendarStr) {
|
7427
7427
|
_this2.onClear();
|
7428
7428
|
return;
|
7429
7429
|
}
|