Skip to content

Commit

Permalink
fix: miscellaneous target change issue when max_power != 1 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored May 24, 2022
1 parent 4aec550 commit c7fc694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/MiscellaneousSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default class MiscellaneousSlider extends Mixins(BaseMixin) {
@Watch('target')
targetChanged(newVal: number): void {
this.value = newVal / this.max
this.value = newVal
}
@Watch('value')
Expand Down

0 comments on commit c7fc694

Please sign in to comment.