@seafile/seafile-calendar 0.0.31-Apph0.42 → 0.0.31-Apph0.44
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 +1 -0
- package/dist/rc-calendar.js.map +1 -1
- package/dist/rc-calendar.min.js +1 -1
- package/es/Picker.js +1 -0
- package/es/date/DateInput.js +1 -0
- package/lib/Picker.js +1 -0
- package/lib/date/DateInput.js +1 -0
- package/package.json +1 -1
package/dist/rc-calendar.js
CHANGED
@@ -7423,6 +7423,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7423
7423
|
if (shouldDisplayCurrent) {
|
7424
7424
|
_this2.setState({ str: '' });
|
7425
7425
|
_this2.onChange(__WEBPACK_IMPORTED_MODULE_8_dayjs___default()());
|
7426
|
+
return;
|
7426
7427
|
}
|
7427
7428
|
_this2.onClear();
|
7428
7429
|
return;
|