SHARE
Video Collection
Solo Parenting
This topic features the voices of parents who are parenting a seriously ill, medically complex child without a partner/spouse.
A mom on decision-making: You do have to anticipate what may lie ahead and then trust yourself. Don’t give your power away.
SHARE
1 / 4
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;
}">