SHARE
Video
SHARE
Theme: Goals of Care
The doctor explained: not doing a feeding tube isn’t same as letting your child be hungry.
Page: 5 of 7
The doctor explained: not doing a feeding tube isn’t same as letting your child be hungry.
49 / 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;
}">