SHARE
Videos
SHARE
Theme: Receiving the Diagnosis
When the genetic condition is VERY rare and the delivered prognosis is very vague.
Page: 2 of 4
When the genetic condition is VERY rare and the delivered prognosis is very vague.
13 / 39
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;
}">