SHARE
Videos
SHARE
Theme: Caregiver self-care
I convinced myself my job was to be competent. I was ‘at the table’ and it was a lot of pressure. It took a toll.
Page: 3 of 4
I convinced myself my job was to be competent. I was ‘at the table’ and it was a lot of pressure. It took a toll.
25 / 48
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;
}">