diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 21:30:38 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 21:30:38 -0400 |
commit | c291e8b2c8fb9034916b4eb4b286f99a8cb35a04 (patch) | |
tree | 92e5a58d36a4b03d423574ffba9d2e40eb725f28 /src/new_fields/util.ts | |
parent | 5338dfd24d0f6a65bb3131332746c1d2c82ef7f2 (diff) |
fixed link zoom following for inPlace and otherwise.
Diffstat (limited to 'src/new_fields/util.ts')
-rw-r--r-- | src/new_fields/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index 8c719ccd8..480a55da0 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -12,7 +12,7 @@ function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); } -const tracing = false; +const tracing = true; export function TraceMobx() { tracing && trace(); } |