Skip to content

Commit

Permalink
[previews] Remove back pressure system when playing
Browse files Browse the repository at this point in the history
It blocked the player in comparison mode. Can't explain the problem and
users are blocked because of that.
  • Loading branch information
frankrousseau committed Dec 18, 2024
1 parent 4575e52 commit 2397b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/previews/PreviewPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
:is-repeating="isRepeating"
:is-wireframe="isWireframe"
:margin-bottom="marginBottom"
name="main"
:nb-frames="nbFrames"
:object-background-url="objectBackgroundUrl"
:preview="currentPreview"
Expand Down
2 changes: 1 addition & 1 deletion src/components/previews/VideoViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default {
this.$options.currentTimeCalls = []
}
this.$options.currentTimeCalls.push(currentTime)
if (!this.$options.running) this.runSetCurrentTime()
this.runSetCurrentTime()
},
runSetCurrentTime() {
Expand Down

0 comments on commit 2397b38

Please sign in to comment.