@alauda/ui 6.4.5 → 6.4.6-beta

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.
@@ -6113,7 +6113,8 @@ class DrawerComponent extends DrawerRef {
6113
6113
  if (value) {
6114
6114
  this.open();
6115
6115
  }
6116
- else {
6116
+ else if (!visible.firstChange) {
6117
+ // 不希望默认关闭时,drawer 渲染后就触发 close 事件
6117
6118
  this.dispose();
6118
6119
  }
6119
6120
  }