diff options
author | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-01 15:13:06 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-01 15:13:06 -0400 |
commit | 560d7090702c3559724420f3571b11d86c930177 (patch) | |
tree | 52d960046c3796a7a31ecc2845285d7b6d15b78e | |
parent | a46052f0ec637a4bb777d1964413c20ec53dc08b (diff) |
small playview fix
-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 } |