As a child with significant health challenges matures into adulthood, there are many considerations that require advance planning. This guide focuses on the process of providing for a child with significant health care needs, who is unable to be an active participant in their care and decision-making.
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;
}">