mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
remove console.log
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user