@seafile/seafile-calendar 0.0.88893 → 0.0.88894
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 +1 -0
- package/dist/rc-calendar.js.map +1 -1
- package/dist/rc-calendar.min.js +1 -1
- package/es/Calendar.js +1 -0
- package/lib/Calendar.js +1 -0
- package/package.json +1 -1
package/dist/rc-calendar.js
CHANGED
@@ -3064,6 +3064,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
3064
3064
|
return 1;
|
3065
3065
|
case __WEBPACK_IMPORTED_MODULE_7_rc_util_es_KeyCode__["a" /* default */].ENTER:
|
3066
3066
|
if (!disabledDate || !disabledDate(value)) {
|
3067
|
+
console.log('11111KeyCode', value);
|
3067
3068
|
_this2.onSelect(value, {
|
3068
3069
|
source: 'keyboard'
|
3069
3070
|
});
|