fantasy-ngzorro 1.3.9 → 1.3.10

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.
@@ -1708,7 +1708,7 @@
1708
1708
  function (value) {
1709
1709
  var _this = this;
1710
1710
  this.activeSelectedComponentOpen = value;
1711
- if (value === true) {
1711
+ if (value === true && !document.querySelectorAll('.hd-option-header')) {
1712
1712
  setTimeout((/**
1713
1713
  * @return {?}
1714
1714
  */
@@ -2386,6 +2386,12 @@
2386
2386
  else {
2387
2387
  this.triggerEvent(fn, event, line);
2388
2388
  }
2389
+ setTimeout((/**
2390
+ * @return {?}
2391
+ */
2392
+ function () {
2393
+ _this.setActiveSelectedComponentOpen(true);
2394
+ }), 0);
2389
2395
  };
2390
2396
  /**
2391
2397
  *