SHARE
Videos
Theme: Receiving the Diagnosis
The doctor was very gentle and also clear that there was no treatment at this time.
Page: 4 of 4
The doctor was very gentle and also clear that there was no treatment at this time.
SHARE
37 / 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;
}">