SHARE
Videos
Theme: End of Life
The post-mortem debrief: We were grateful for the opportunity to ask questions and find healing.
Page: 7 of 7
The post-mortem debrief: We were grateful for the opportunity to ask questions and find healing.
SHARE
73 / 75
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;
}">