diff options
-rw-r--r-- | src/client/util/RecordingApi.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/util/RecordingApi.ts b/src/client/util/RecordingApi.ts index 93906faac..76d03156a 100644 --- a/src/client/util/RecordingApi.ts +++ b/src/client/util/RecordingApi.ts @@ -89,6 +89,8 @@ export class RecordingApi { // update the presentation mode Doc.UserDoc().presentationMode = 'none' + // set the previus recording view to the play view + this.playFFView = this.recordingFFView const presCopy = { ...this.currentPresentation } |