SHARE
Videos
SHARE
Theme: Palliative Care
A physician’s story: When the family feels they don’t have their doctor’s permission to make a particular decision.
Page: 1 of 9
A physician’s story: When the family feels they don’t have their doctor’s permission to make a particular decision.
6 / 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;
}">