A medical specialist (sometimes called physical and rehabilitation medicine) in the use of orthotics such as braces and splints to support weak or damaged bones, joints or muscles.
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;
}">