Skip to content

Commit

Permalink
trigger when the user releases the progress bar input
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Oct 8, 2023
1 parent 48742fb commit cba2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function bindWsEvents(ws) {
e.preventDefault();
});

$("input#progressBar").on("input", function () {
$("input#progressBar").on("change", function () {
handleChangeProgressInput(this);
});

Expand Down

0 comments on commit cba2451

Please sign in to comment.