Skip to content

Commit

Permalink
fix(core): reset playback state on presentation abort (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtutunaru committed Apr 1, 2024
1 parent bccf8a9 commit 511231b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/app/PlaybackManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class PlaybackManager {
this.previousScene = null;
this.currentScene = this.scenes.current[0];
this.frame = 0;
this.finished = false;
await this.currentScene.reset();
}

Expand Down

0 comments on commit 511231b

Please sign in to comment.