SHARE
Videos
Theme: Feeding Tubes
There is no road map when the diagnosis is so rare.
Page: 2 of 2
There is no road map when the diagnosis is so rare.
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;
}">