@seafile/seafile-calendar 0.0.29-alpha56 → 0.0.29-alpha58
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
@@ -6864,6 +6864,7 @@ var CalendarRightPanel = function (_React$Component) {
|
|
6864
6864
|
var _this = __WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_possibleConstructorReturn___default()(this, _React$Component.call(this, props));
|
6865
6865
|
|
6866
6866
|
_this.onSelect = function (value) {
|
6867
|
+
console.log('value', value);
|
6867
6868
|
_this.setState({
|
6868
6869
|
highlightTime: value
|
6869
6870
|
});
|