SHARE
Videos
Theme: Advance Care Planning
She was willing to go there with me.
Page: 4 of 4
She was willing to go there with me.
SHARE
37 / 42
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;
}">