fixing bugs
All checks were successful
Deploy UI / deploy (push) Successful in 1s

This commit is contained in:
Your Name 2026-05-19 20:34:00 -04:00
parent 6c7b94adce
commit 528813d4a0
6 changed files with 33 additions and 4 deletions

View file

@ -38,7 +38,6 @@ function HighlightsView({ data, highlights, setSelectedRecording, setView }) {
if (rec) {
// Pass the highlight's startSeconds to seek to that position
setSelectedRecording(rec, highlight.startSeconds);
setView('detail');
}
}