Home
>
Videos
>
There was never a thought in my mind that she would die from this. I called her the Comeback Queen. . . . Then I had to get ready for that day.”
SHARE
Video
There was never a thought in my mind that she would die from this. I called her the Comeback Queen. . . . Then I had to get ready for that day.”
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;
}">