SHARE
Videos
SHARE
Theme: Guilt and Regret
Fear of regret: "I have a lot of compassion for people making these decisions "
Page: 1 of 2
Fear of regret: "I have a lot of compassion for people making these decisions "
1 / 24
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;
}">