@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.
@@ -409,6 +409,8 @@ var InternalSelect = function InternalSelect(props, ref) {
409
409
  break;
410
410
  }
411
411
  case KeyCode.ESC:
412
+ e.stopPropagation();
413
+ e.nativeEvent.stopImmediatePropagation();
412
414
  handleVisibleChange(false);
413
415
  break;
414
416
  default:
@@ -421,6 +421,8 @@ var InternalSelect = function InternalSelect(props, ref) {
421
421
  break;
422
422
  }
423
423
  case _KeyCode.default.ESC:
424
+ e.stopPropagation();
425
+ e.nativeEvent.stopImmediatePropagation();
424
426
  handleVisibleChange(false);
425
427
  break;
426
428
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.8.17",
3
+ "version": "1.8.18",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [