SHARE
Videos
Theme: Shared Decision-Making
A physician’s thoughts for a parent who is afraid of making ‘a wrong decision.’
Page: 6 of 6
A physician’s thoughts for a parent who is afraid of making ‘a wrong decision.’
SHARE
61 / 64
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;
}">