stay at end

This commit is contained in:
j 2025-02-19 17:21:51 -05:00
commit 2e0f668300

View file

@ -109,7 +109,7 @@ function renderItem(data) {
if (!video.paused) { if (!video.paused) {
video.pause() video.pause()
} }
video.currentTime(0) //video.currentTime(0)
} }
updateAnnotations(currentTime) updateAnnotations(currentTime)
}) })