@firestitch/list 9.11.2 → 9.11.3

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.
@@ -3809,8 +3809,8 @@
3809
3809
  return this._enabled$
3810
3810
  .pipe(operators.map(function (enabled) {
3811
3811
  return enabled && _this.position === exports.ReorderPosition.Left;
3812
- }), operators.map(function () {
3813
- return _this._numberOfActiveFilters === 0;
3812
+ }), operators.map(function (enabled) {
3813
+ return enabled && _this._numberOfActiveFilters === 0;
3814
3814
  }), operators.distinctUntilChanged(), operators.shareReplay());
3815
3815
  },
3816
3816
  enumerable: true,
@@ -3822,8 +3822,8 @@
3822
3822
  return this._enabled$
3823
3823
  .pipe(operators.map(function (enabled) {
3824
3824
  return enabled && _this.position === exports.ReorderPosition.Right;
3825
- }), operators.map(function () {
3826
- return _this._numberOfActiveFilters === 0;
3825
+ }), operators.map(function (enabled) {
3826
+ return enabled && _this._numberOfActiveFilters === 0;
3827
3827
  }), operators.distinctUntilChanged(), operators.shareReplay());
3828
3828
  },
3829
3829
  enumerable: true,