Skip to content

Commit

Permalink
delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle committed Sep 6, 2023
1 parent 7182b6f commit 81f9fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BIMDataComponents/BIMDataSlider/BIMDataSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default {
this.$emit("update:modelValue", +event.target.value);
},
getTooltipPosition() {
this.tooltipPosition = this.modelValue;
const val = this.modelValue;
const min = this.min ? this.min : 0;
const max = this.max ? this.max : 100;
Expand Down

0 comments on commit 81f9fcb

Please sign in to comment.