SHARE
Videos
Theme: Tracheostomy
Decision-making re Trach: CPAP and doing everything possible not to get a trach for our daughter.
Page: 4 of 4
Decision-making re Trach: CPAP and doing everything possible not to get a trach for our daughter.
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;
}">