SHARE
Videos
SHARE
Theme: Palliative Care
Palliative Care: I was able to unburden my worries to one person … and then the care conference allowed us to talk about everything.
Page: 8 of 9
Palliative Care: I was able to unburden my worries to one person … and then the care conference allowed us to talk about everything.
85 / 107
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;
}">