diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-07 23:27:21 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-07 23:27:21 -0400 |
commit | ebddce0975fa7e224e022cc075eee71abeacbe1d (patch) | |
tree | a629963e9c12870aac72514ccf3aea55e1a94b22 /src/new_fields/util.ts | |
parent | 941c50617a0cbaef054f2be856de013bd69ea81f (diff) |
changed pdfs to render regions as collections. changed libraryBrush implementation.
Diffstat (limited to 'src/new_fields/util.ts')
-rw-r--r-- | src/new_fields/util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index c6f693f7f..48ae9f216 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -6,7 +6,6 @@ import { RefField } from "./RefField"; import { ObjectField } from "./ObjectField"; import { action } from "mobx"; import { Parent, OnUpdate, Update, Id, SelfProxy, Self } from "./FieldSymbols"; -import { ComputedField } from "./ScriptField"; function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); |