@seafile/seafile-calendar 0.0.91 → 0.0.93

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