@seafile/seafile-calendar 0.0.26 → 0.0.27

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.
@@ -6347,12 +6347,12 @@ var CalendarRightPanel = function (_React$Component) {
6347
6347
 
6348
6348
  var _this = __WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_possibleConstructorReturn___default()(this, _React$Component.call(this, props));
6349
6349
 
6350
- _this.onSelect = function (value) {
6350
+ _this.onSelect = function (value, event) {
6351
6351
  _this.setState({
6352
6352
  highlightTime: value
6353
6353
  });
6354
6354
  _this.props.onSelect(value);
6355
- _this.props.onClickRightPanelTime();
6355
+ _this.props.onClickRightPanelTime(event);
6356
6356
  };
6357
6357
 
6358
6358
  _this.getTimes = function () {