SHARE
Videos
Theme: Shared Decision-Making
Perinatal palliative care: “Parents can hold that [uncertainty] space better than we clinicians do.”
Page: 6 of 6
Perinatal palliative care: “Parents can hold that [uncertainty] space better than we clinicians do.”
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;
}">