@kdcloudjs/kdesign 1.8.17 → 1.8.18

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/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.17
3
+ * @kdcloudjs/kdesign v1.8.18
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -8641,6 +8641,8 @@ var InternalSelect = function InternalSelect(props, ref) {
8641
8641
  break;
8642
8642
  }
8643
8643
  case _utils_KeyCode__WEBPACK_IMPORTED_MODULE_31__["default"].ESC:
8644
+ e.stopPropagation();
8645
+ e.nativeEvent.stopImmediatePropagation();
8644
8646
  handleVisibleChange(false);
8645
8647
  break;
8646
8648
  default: