@seafile/seafile-calendar 1.0.11-beta.0 → 1.0.11-beta.2
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/es/Calendar.js +2 -1
- package/lib/Calendar.js +2 -1
- package/package.json +1 -1
package/es/Calendar.js
CHANGED
|
@@ -367,9 +367,10 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
367
367
|
};
|
|
368
368
|
|
|
369
369
|
this.onClear = function () {
|
|
370
|
+
console.log('onClear');
|
|
370
371
|
_this2.onSelect(null);
|
|
371
372
|
_this2.props.onClear();
|
|
372
|
-
|
|
373
|
+
// this.setState({ currentStatus: CALENDAR_STATUS.CURRENT_TIME });
|
|
373
374
|
};
|
|
374
375
|
|
|
375
376
|
this.onOk = function () {
|
package/lib/Calendar.js
CHANGED
|
@@ -431,9 +431,10 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
431
431
|
};
|
|
432
432
|
|
|
433
433
|
this.onClear = function () {
|
|
434
|
+
console.log('onClear');
|
|
434
435
|
_this2.onSelect(null);
|
|
435
436
|
_this2.props.onClear();
|
|
436
|
-
|
|
437
|
+
// this.setState({ currentStatus: CALENDAR_STATUS.CURRENT_TIME });
|
|
437
438
|
};
|
|
438
439
|
|
|
439
440
|
this.onOk = function () {
|