fantasy-ngzorro 1.3.10 → 1.3.11

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 && !document.querySelectorAll('.hd-option-header')) {
1711
+ if (value === true && document.querySelectorAll('.hd-option-header').length === 0) {
1712
1712
  setTimeout((/**
1713
1713
  * @return {?}
1714
1714
  */