SHARE
Videos
SHARE
Theme: Palliative Care
Re supporting decision-making: “I get concerned when the framing of the question includes judgment.”
Page: 1 of 9
Re supporting decision-making: “I get concerned when the framing of the question includes judgment.”
7 / 107
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;
}">