SHARE
Videos
Theme: Shared Decision-Making
“Neurologists have this bad reputation for being very vague about prognosis. Don't let uncertainty be a barrier for connecting.
Page: 6 of 6
“Neurologists have this bad reputation for being very vague about prognosis. Don't let uncertainty be a barrier for connecting.
SHARE
61 / 64
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;
}">