SHARE
Videos
SHARE
Theme: Palliative Care
A doctor’s journey to palliative care: I wanted to be the one to kneel down to talk to the child, their siblings
Page: 4 of 9
A doctor’s journey to palliative care: I wanted to be the one to kneel down to talk to the child, their siblings
37 / 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;
}">