aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) }),