SHARE
Videos
Theme: Guardianship
Getting Guardianship with DNR Rights: A mother’s tips
Getting Guardianship with DNR Rights: A mother’s tips
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;
}">