SHARE
Video Collection
Transplant
Her transplant doc said, "Let me do the worrying for you. I will tell you when you need to worry."
SHARE
1 / 6
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">