remove console.log
This commit is contained in:
parent
d147181a82
commit
c72ee0a6c4
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ const calcThumbPosition = () => {
|
||||||
thumbPosition.value = 0;
|
thumbPosition.value = 0;
|
||||||
} else {
|
} else {
|
||||||
thumbPosition.value = (containerEl.value.offsetWidth - getThumbWidth()) * steppedRawValue.value;
|
thumbPosition.value = (containerEl.value.offsetWidth - getThumbWidth()) * steppedRawValue.value;
|
||||||
console.log(containerEl.value.offsetWidth, getThumbWidth());
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
watch([steppedRawValue, containerEl], calcThumbPosition);
|
watch([steppedRawValue, containerEl], calcThumbPosition);
|
||||||
|
|
Loading…
Reference in a new issue