SHARE
Video
SHARE
Theme: Goals of Care
Tay-Sachs: We learned to avoid the hospital if possible
Page: 4 of 7
Tay-Sachs: We learned to avoid the hospital if possible
37 / 80
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;
}">