Home
>
Videos
>
With problems of the CNS, we can’t be too much in FIX mode every day. We need to understand where we are at. And sometimes the hospital environment complicates things.
SHARE
Video
With problems of the CNS, we can’t be too much in FIX mode every day. We need to understand where we are at. And sometimes the hospital environment complicates things.
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;
}">