A couple discusses their different responses to learning that their first son had a rare genetic condition. The father addresses his internal conflict with how he felt he was expected to react as a man.
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;
}">