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;
|
||||
} else {
|
||||
thumbPosition.value = (containerEl.value.offsetWidth - getThumbWidth()) * steppedRawValue.value;
|
||||
console.log(containerEl.value.offsetWidth, getThumbWidth());
|
||||
}
|
||||
};
|
||||
watch([steppedRawValue, containerEl], calcThumbPosition);
|
||||
|
|
Loading…
Reference in a new issue