Skip to content

Commit

Permalink
Set max of slider before value
Browse files Browse the repository at this point in the history
Prevents unnecessary capping of temp HP to 100
Fixes #89
  • Loading branch information
ThaumRystra committed Jun 8, 2017
1 parent 8f30cee commit 4cd058e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
{{/unless}}
</div>
<paper-diff-slider class="tempHitPointSlider flex"
value={{left}}
max={{maximum}}
value={{left}}
editable pin
></paper-diff-slider>
</div>
Expand Down

0 comments on commit 4cd058e

Please sign in to comment.