SHARE
Video Collection
When a Parent Is Also a Clinician
A clinician turned parent: The good and the bad of knowing too much.
SHARE
1 / 3
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;
}">