SHARE
Video
SHARE
Theme: Goals of Care
"To have the fortitude to push the medical team, from whom you are looking for an honest answer, was so frustrating."
Page: 1 of 7
"To have the fortitude to push the medical team, from whom you are looking for an honest answer, was so frustrating."
1 / 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;
}">