SHARE
Video
SHARE
Theme: Spirituality and Religion
We let our Pastor know the diagnosis but waited to tell others.
Page: 2 of 4
We let our Pastor know the diagnosis but waited to tell others.
13 / 44
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;
}">