@seafile/seafile-calendar 0.0.29-alpha78 → 0.0.29-gzc1
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
@@ -6917,8 +6917,6 @@ var CalendarRightPanel = function (_React$Component) {
|
|
6917
6917
|
locale = _props.locale;
|
6918
6918
|
|
6919
6919
|
var selectedDate = value.format().slice(0, String(value.format()).indexOf('T'));
|
6920
|
-
console.log('value', value.format(localeFormat));
|
6921
|
-
console.log('selectedDate', selectedDate);
|
6922
6920
|
var highlight = this.state.highlightTime;
|
6923
6921
|
var highlightTime = highlight ? highlight.format().slice(11, 16) : null;
|
6924
6922
|
var isZhcn = locale && locale.today === '今天';
|