SHARE
Video
SHARE
Theme: Baseline
Adding Hospice to the Care Team
Adding Hospice to the Care Team
3 / 10
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;
}">