Skip to content

Commit

Permalink
Merge pull request #1955 from cvisionai/dev/fix_track_seeks
Browse files Browse the repository at this point in the history
Dev/fix track seeks
  • Loading branch information
bctcvai authored Jan 13, 2025
2 parents 18af0f6 + 1bd970b commit 33d7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/js/annotation/annotation-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ export class AnnotationPage extends TatorPage {
// select track takes care of frame jump
canvas.selectTrack(
evt.detail.data,
undefined,
evt.detail.data.frame,
!evt.detail.goToEntityFrame
);
} else if ("frame" in evt.detail.data) {
Expand Down

0 comments on commit 33d7713

Please sign in to comment.