SHARE
Videos
Theme: Feeding Tubes
Before you order a (swallow) test, ask “Why are we getting this test? And how will it help us move forward?”
Page: 2 of 2
Before you order a (swallow) test, ask “Why are we getting this test? And how will it help us move forward?”
SHARE
13 / 16
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;
}">