diff options
author | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-01 10:24:24 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-01 10:24:24 -0400 |
commit | f792c3573aec834bb5540d1d2ceb4486a92e03ef (patch) | |
tree | 5fc9a0390815a47abc18fe295ce0a189c90d99a2 | |
parent | 50a16adbcd253ac943d37110e0e3a2a55439984d (diff) |
Merge with jenny trackScreen
-rw-r--r-- | src/client/util/RecordingApi.ts | 2 |
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) }), |