@seafile/seafile-calendar 0.0.29-alpha51 → 0.0.29-alpha52
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
@@ -7498,13 +7498,6 @@ var _initialiseProps = function _initialiseProps() {
|
|
7498
7498
|
};
|
7499
7499
|
|
7500
7500
|
this.onBlur = function () {
|
7501
|
-
if (!_this2.state.str) {
|
7502
|
-
_this2.setState({
|
7503
|
-
str: ''
|
7504
|
-
});
|
7505
|
-
_this2.props.onClear(null);
|
7506
|
-
return;
|
7507
|
-
}
|
7508
7501
|
_this2.setState(function (prevState, prevProps) {
|
7509
7502
|
return {
|
7510
7503
|
hasFocus: false,
|