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