SHARE
Videos
Theme: Receiving the Diagnosis
The Diagnostic Odyssey: It never occurred to me that it would be fatal.
Page: 4 of 4
The Diagnostic Odyssey: It never occurred to me that it would be fatal.
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;
}">