SHARE
Videos
SHARE
Theme: Shared Decision-Making
As physicians, ‘we should always be leaving room for the unexpected.’
Page: 2 of 6
As physicians, ‘we should always be leaving room for the unexpected.’
13 / 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;
}">