Home
>
Videos
>
A Rare Diagnosis: “I knew he wasn’t going to be the exception . . . I had to connect the dots. No one else did that for me. But then on the backside, clinicians said, I would have made the same decision.”
SHARE
Video
A Rare Diagnosis: “I knew he wasn’t going to be the exception . . . I had to connect the dots. No one else did that for me. But then on the backside, clinicians said, I would have made the same decision.”
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;
}">