Skip to content

Commit

Permalink
fix: calling of inputhandler (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari authored Nov 29, 2023
1 parent bd921ad commit 74eb5e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions elements/itemfilter/src/filters/range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ export class EOxItemFilterRange extends LitElement {
value1="${this.filterObject.state.min}"
value2="${this.filterObject.state.max}"
step="1"
@change="${() => {
this.debouncedInputHandler;
}}"
@change=${this.debouncedInputHandler}
></tc-range-slider>
<div class="range-after">
${this.filterObject.format === "date"
Expand Down

0 comments on commit 74eb5e8

Please sign in to comment.