SHARE
Videos
Theme: Bereavement: Parenting Siblings
I can’t comfort them as much as I want to.
Page: 3 of 3
I can’t comfort them as much as I want to.
SHARE
25 / 27
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;
}">