diff options
author | bob <bcz@cs.brown.edu> | 2020-02-20 15:59:53 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-20 15:59:53 -0500 |
commit | 6e5abc3052f4df09b156deccdfe6a7b0b62f492b (patch) | |
tree | cb90cac3ed45ee8154afd2e95d3e39bdf97e44cd /src/new_fields/ObjectField.ts | |
parent | 7a7105d8867e4b1c91e020f54dc8e9b3be563587 (diff) |
cleaned up a whole bunch of linking stuff. link menu / link types / link default behaviors / added LinkBox
Diffstat (limited to 'src/new_fields/ObjectField.ts')
-rw-r--r-- | src/new_fields/ObjectField.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/ObjectField.ts b/src/new_fields/ObjectField.ts index 566104b40..9aa1c9b04 100644 --- a/src/new_fields/ObjectField.ts +++ b/src/new_fields/ObjectField.ts @@ -1,4 +1,3 @@ -import { Doc } from "./Doc"; import { RefField } from "./RefField"; import { OnUpdate, Parent, Copy, ToScriptString, ToString } from "./FieldSymbols"; import { Scripting } from "../client/util/Scripting"; |