SHARE
Videos
Theme: Tracheostomy
A nurse: The hardest part about caring for a child at home with a trach is that it’s 24/7
Page: 4 of 4
A nurse: The hardest part about caring for a child at home with a trach is that it’s 24/7
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;
}">