Skip to content

Commit

Permalink
Allow decimal places typed in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Nov 16, 2024
1 parent 227db06 commit 7824b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/InputSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
:modelValue="modelValue"
@update:modelValue="updateValue"
class="input-part"
max-fraction-digits="3"
:class="inputClass"
:min="min"
:max="max"
Expand Down

0 comments on commit 7824b22

Please sign in to comment.