SHARE
Videos
SHARE
Theme: Palliative Care
Decision-making about a trach for my son: palliative care appreciates that it can be a loving decision not to do everything.
Page: 3 of 9
Decision-making about a trach for my son: palliative care appreciates that it can be a loving decision not to do everything.
25 / 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;
}">