aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-01 10:24:24 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-01 10:24:24 -0400
commitf792c3573aec834bb5540d1d2ceb4486a92e03ef (patch)
tree5fc9a0390815a47abc18fe295ce0a189c90d99a2
parent50a16adbcd253ac943d37110e0e3a2a55439984d (diff)
Merge with jenny trackScreen
-rw-r--r--src/client/util/RecordingApi.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RecordingApi.ts b/src/client/util/RecordingApi.ts
index 7592199eb..7d8df0bfc 100644
--- a/src/client/util/RecordingApi.ts
+++ b/src/client/util/RecordingApi.ts
@@ -149,7 +149,7 @@ export class RecordingApi {
// set the view to the current view
if (view === this.recordingFFView || view === null) return;
- //this.recordingFFView = view;
+ // this.recordingFFView = view;
// set the reaction to track the movements
this.disposeFunc = reaction(
() => ({ x: NumCast(view.Document.panX, -1), y: NumCast(view.Document.panY, -1) }),