SHARE
Video
SHARE
Theme: Goals of Care
Our pediatrician has been nudging us: “Are you sure you want to do these things?” Comfort Care.
Page: 7 of 7
Our pediatrician has been nudging us: “Are you sure you want to do these things?” Comfort Care.
73 / 80
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;
}">