@seafile/seafile-calendar 0.0.93 → 0.0.94
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
CHANGED
@@ -7457,7 +7457,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7457
7457
|
};
|
7458
7458
|
|
7459
7459
|
this.onKeyDown = function (event) {
|
7460
|
-
event.
|
7460
|
+
event.preventDefault();
|
7461
7461
|
var keyCode = event.keyCode;
|
7462
7462
|
var _props2 = _this2.props,
|
7463
7463
|
onSelect = _props2.onSelect,
|