SHARE
Videos
Theme: Advocating for your child
What gets to me is all the medical appointments.
Page: 10 of 10
What gets to me is all the medical appointments.
SHARE
109 / 109
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;
}">