We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07dbb9 commit 9863e82Copy full SHA for 9863e82
src/components/VideoExplorer/Home/MainView.js
@@ -80,7 +80,7 @@ class MainView extends React.Component {
80
videoExplorerStore.setFrame(frameId)
81
82
const { selectedFrameCurrentTime } = videoExplorerStore;
83
- this.player.seekTo(selectedFrameCurrentTime)
+ this.player.seekTo(selectedFrameCurrentTime, 'seconds')
84
}
85
86
toggleBoundingBoxes() {
0 commit comments