Skip to content

Commit

Permalink
Merge branch 'Abdullah' of https://github.com/ShacMiester/OpenRXV int…
Browse files Browse the repository at this point in the history
…o Abdullah
  • Loading branch information
ShacMiester committed Feb 8, 2021
2 parents 99050a6 + cb69de3 commit d40ee33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/explorer/filters/range/range.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,10 @@ export class RangeComponent extends ParentComponent implements OnInit {
}
this.max = max;
this.setFirstMinMax(max, min);
// console.log(min)
if(min != this.firstMin && max != this.firstMax)
this.range = [this.slidermin >= min? this.slidermin : min, this.slidermax <= max? this.slidermax : max];
else
this.range = [min, max]

}

private setFirstMinMax(max: number, min: number): void {
Expand Down

0 comments on commit d40ee33

Please sign in to comment.