aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-01 15:13:06 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-01 15:13:06 -0400
commit560d7090702c3559724420f3571b11d86c930177 (patch)
tree52d960046c3796a7a31ecc2845285d7b6d15b78e /src
parenta46052f0ec637a4bb777d1964413c20ec53dc08b (diff)
small playview fix
Diffstat (limited to 'src')
-rw-r--r--src/client/util/RecordingApi.ts2
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 }