SHARE
Videos
SHARE
Theme: Palliative Care
We needed palliative care for symptom management, but also because I really needed the support.
Page: 6 of 9
We needed palliative care for symptom management, but also because I really needed the support.
61 / 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;
}">