@seafile/seafile-calendar 0.0.95 → 0.0.96

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.
@@ -3014,7 +3014,6 @@ var _initialiseProps = function _initialiseProps() {
3014
3014
  };
3015
3015
 
3016
3016
  this.onKeyDown = function (event) {
3017
- console.log(111, event);
3018
3017
  if (event.target.nodeName.toLowerCase() === 'input') {
3019
3018
  return undefined;
3020
3019
  }
@@ -7457,9 +7456,6 @@ var _initialiseProps = function _initialiseProps() {
7457
7456
  };
7458
7457
 
7459
7458
  this.onKeyDown = function (event) {
7460
- if (event.keyCode === __WEBPACK_IMPORTED_MODULE_6_rc_util_es_KeyCode__["a" /* default */].BACKSPACE || event.keyCode === __WEBPACK_IMPORTED_MODULE_6_rc_util_es_KeyCode__["a" /* default */].DELETE) {
7461
- event.preventDefault();
7462
- }
7463
7459
  var keyCode = event.keyCode;
7464
7460
  var _props2 = _this2.props,
7465
7461
  onSelect = _props2.onSelect,