SHARE
Video Collection
Pain Management
Pediatric cancer, Pain, and Palliative Care: from the parents and the doctors.
SHARE
1 / 6
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;
}">