@seafile/seafile-calendar 1.0.3-beta.2 → 1.0.3-beta.3

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 CHANGED
@@ -358,6 +358,7 @@ var _initialiseProps = function _initialiseProps() {
358
358
  event.preventDefault();
359
359
  return 1;
360
360
  default:
361
+ event.preventDefault();
361
362
  event.stopPropagation();
362
363
  _this2.props.onKeyDown(event);
363
364
  return 1;
package/lib/Calendar.js CHANGED
@@ -423,6 +423,7 @@ var _initialiseProps = function _initialiseProps() {
423
423
  event.preventDefault();
424
424
  return 1;
425
425
  default:
426
+ event.preventDefault();
426
427
  event.stopPropagation();
427
428
  _this2.props.onKeyDown(event);
428
429
  return 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.3-beta.2",
3
+ "version": "1.0.3-beta.3",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",