Skip to content

Commit

Permalink
fix range class
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 20, 2024
1 parent be3b817 commit f324b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function addPaddingSlider(
max: `${maxValue}`,
step: `${step}`,
});
range.classList.add('range');
const edit = document.createElement('input');
attr(edit, {
id: `pad-range-edit`,
Expand Down

0 comments on commit f324b90

Please sign in to comment.