SHARE
Videos
SHARE
Theme: Palliative Care
Learning from each other: Palliative Care and Treating the pneumonias
Page: 9 of 9
Learning from each other: Palliative Care and Treating the pneumonias
97 / 107
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;
}">