SHARE
Videos
Theme: Feeding Tubes
Decision-Making: We created a space where we examined what the Next Steps are.
Page: 2 of 2
Decision-Making: We created a space where we examined what the Next Steps are.
SHARE
14 / 16
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;
}">