SHARE
Video
SHARE
Theme: Pain
What can parents do if they feel their child’s pain is not being understood by clinicians?
What can parents do if they feel their child’s pain is not being understood by clinicians?
3 / 11
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;
}">