@seafile/seafile-calendar 0.0.94 → 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.
@@ -7409,7 +7409,6 @@ var _initialiseProps = function _initialiseProps() {
7409
7409
 
7410
7410
  this.onInputChange = function (event) {
7411
7411
  var str = event.target.value;
7412
- console.log(str);
7413
7412
  var calendarStr = Object(__WEBPACK_IMPORTED_MODULE_9__util__["g" /* initializeStr */])(str, _this2.state.localFormat) || '';
7414
7413
  var _props = _this2.props,
7415
7414
  disabledDate = _props.disabledDate,
@@ -7457,7 +7456,6 @@ var _initialiseProps = function _initialiseProps() {
7457
7456
  };
7458
7457
 
7459
7458
  this.onKeyDown = function (event) {
7460
- event.preventDefault();
7461
7459
  var keyCode = event.keyCode;
7462
7460
  var _props2 = _this2.props,
7463
7461
  onSelect = _props2.onSelect,