SHARE
Videos
Theme: Shared Decision-Making
A palliative care MD: “We need to try to understand what the parent's motivation is; and not shy away from pain.”
Page: 6 of 6
A palliative care MD: “We need to try to understand what the parent's motivation is; and not shy away from pain.”
SHARE
61 / 64
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;
}">