@leanix/components 0.2.97 → 0.2.101

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.
@@ -3808,7 +3808,7 @@
3808
3808
  _this.selectFirstOption();
3809
3809
  });
3810
3810
  this.open
3811
- .pipe(operators.takeUntil(this.destroyed$), operators.distinctUntilChanged(), operators.filter(function () { return !_this.disabled; }))
3811
+ .pipe(operators.filter(function () { return !_this.disabled; }), operators.distinctUntilChanged(), operators.takeUntil(this.destroyed$))
3812
3812
  .subscribe(function (isOpen) {
3813
3813
  _this.dropdownOpen = isOpen;
3814
3814
  if (isOpen) {