Skip to content

Commit

Permalink
updated slidercomponentcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschel committed Feb 6, 2023
1 parent 8059bc1 commit fa00387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/ComponentControllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ class SliderComponentController {
}
eventHandler() {
this.element.dispatchEvent(new Event("input"));
this.childNumField.dispatchEvent(new Event("input"));
this.childRangeField.dispatchEvent(new Event("input"));
}
setVal(text) {
this.updateVal(text);
Expand Down

0 comments on commit fa00387

Please sign in to comment.