From f792c3573aec834bb5540d1d2ceb4486a92e03ef Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 1 Jun 2022 10:24:24 -0400 Subject: Merge with jenny trackScreen --- src/client/util/RecordingApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) }), -- cgit v1.2.3-70-g09d2