The Ring Theory of Support is a helpful framework for establishing roles on your support team. The idea is to determine and communicate who can ask for support as you care for your child, and from whom.
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;
}">