@leanix/components 0.2.97 → 0.2.101

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) {