diff --git a/cvat-ui/src/containers/annotation-page/top-bar/top-bar.tsx b/cvat-ui/src/containers/annotation-page/top-bar/top-bar.tsx index 150fb9e6..2c8020c3 100644 --- a/cvat-ui/src/containers/annotation-page/top-bar/top-bar.tsx +++ b/cvat-ui/src/containers/annotation-page/top-bar/top-bar.tsx @@ -408,9 +408,10 @@ class AnnotationTopBarContainer extends React.PureComponent { onSwitchPlay, onChangeFrame, playing, + frameNumber, } = this.props; - if (typeof (value) !== 'undefined') { + if (value !== frameNumber) { if (playing) { onSwitchPlay(false); }