SHARE
Videos
Theme: Advance Care Planning
Doctors should know that getting past the fear of it is the biggest step.
Page: 4 of 4
Doctors should know that getting past the fear of it is the biggest step.
SHARE
39 / 42
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;
}">