-
PostTending the Fire: On Fatherhood, Hospice, and Legacy -
PostThe Zetetic Parent -
PostThe Good Parent -
PostRare Disease Day -
PostAltered by Love -
PostA Slapstick Kind of Hope
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;
}">