SHARE
Videos
Theme: Advance Care Planning
What was most helpful was the talk around creating the DNR.
Page: 4 of 4
What was most helpful was the talk around creating the DNR.
SHARE
40 / 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;
}">