diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-26 14:40:49 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-26 14:40:49 -0400 |
commit | 78261779207a273a7bd9ef35d66b4e787d2bf96f (patch) | |
tree | b993a2dd5abbb02ab1a499a534d38c1506aca8d1 /src/new_fields/Doc.ts | |
parent | e56c0f800ffffcd0203573b637ff5ad933a746b1 (diff) |
toggling on/off
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 9bacf49ba..db3ec2e5c 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -8,6 +8,8 @@ import { listSpec } from "./Schema"; import { ObjectField } from "./ObjectField"; import { RefField, FieldId } from "./RefField"; import { ToScriptString, SelfProxy, Parent, OnUpdate, Self, HandleUpdate, Update, Id } from "./FieldSymbols"; +import { TooltipLinkingMenu } from "../client/util/TooltipLinkingMenu"; +import { TooltipTextMenu } from "../client/util/TooltipTextMenu"; export namespace Field { export function toScriptString(field: Field): string { |