diff options
author | bobzel <zzzman@gmail.com> | 2022-02-14 13:44:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-02-14 13:44:47 -0500 |
commit | 99ce76f0f21b48d8186e6aba1a0e64c87b2c0649 (patch) | |
tree | e2b6c2abe0895fa316571ec017ad0d022a80ca82 /src/fields/util.ts | |
parent | 956628a22c2d8ae21eb76c70f8f0a5a4edc9ae75 (diff) |
added an incremental load for freeform collections. fixed updating of web page thumbs on deselection after the first thumb is generated.
Diffstat (limited to 'src/fields/util.ts')
-rw-r--r-- | src/fields/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/util.ts b/src/fields/util.ts index cef3123d6..c708affe3 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -20,7 +20,7 @@ function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); } -const tracing = true; +const tracing = false; export function TraceMobx() { tracing && trace(); } |