SHARE
Videos
Theme: Bereavement: Grieving with Others: Work
Bereavement: Outside people are afraid of feeling bad. “The ideal response is to lean in and recognize the grief and anguish.”
Bereavement: Outside people are afraid of feeling bad. “The ideal response is to lean in and recognize the grief and anguish.”
SHARE
1 / 4
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;
}">