Skip to content

Commit

Permalink
Revert "This shouldn't be required"
Browse files Browse the repository at this point in the history
This reverts commit d28f27b.
  • Loading branch information
istvan-ujjmeszaros committed May 30, 2023
1 parent f4d8349 commit 7649f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jquery.bootstrap-touchspin.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@
if (settings.maxboostedstep) {
if (boosted > settings.maxboostedstep) {
boosted = settings.maxboostedstep;
value = Math.round((value / boosted)) * boosted;
}
}

Expand Down

0 comments on commit 7649f73

Please sign in to comment.