SHARE
Videos
Theme: Goals of Care
A social worker - To process regret, it can be helpful for families to review the steps and loving conversations that led to decisions.
Page: 7 of 7
A social worker - To process regret, it can be helpful for families to review the steps and loving conversations that led to decisions.
SHARE
73 / 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;
}">