@seafile/seafile-calendar 0.0.31-Apph0.55 → 0.0.31-Apph0.56
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
@@ -7421,7 +7421,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7421
7421
|
if (!str || !calendarStr) {
|
7422
7422
|
if (shouldDisplayCurrent) {
|
7423
7423
|
_this2.setState({ str: '' });
|
7424
|
-
|
7424
|
+
onChange(null);
|
7425
7425
|
return;
|
7426
7426
|
}
|
7427
7427
|
_this2.onClear();
|