@seafile/seafile-calendar 0.0.88891 → 0.0.88893
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
@@ -7414,6 +7414,8 @@ var _initialiseProps = function _initialiseProps() {
|
|
7414
7414
|
selectedValue = _props.selectedValue;
|
7415
7415
|
// 没有内容,合法并直接退出
|
7416
7416
|
|
7417
|
+
console.log('str', str);
|
7418
|
+
console.log('calendarStr', calendarStr);
|
7417
7419
|
if (!str || !calendarStr) {
|
7418
7420
|
_this2.onClear();
|
7419
7421
|
return;
|