aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-15 22:51:48 -0400
committerbobzel <zzzman@gmail.com>2020-09-15 22:51:48 -0400
commita805130643dd7c69ee3555bb7434e7f3a3756bc2 (patch)
treeb09ef93c3e4ee26f2b65d4cfa5f1dadb54a330c5
parent7d2d10747fec2d3377004bf6df7e95d7661e27f6 (diff)
fixed another warning.
-rw-r--r--src/client/views/nodes/FieldView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx
index f0c2f834d..c7a1dfcb0 100644
--- a/src/client/views/nodes/FieldView.tsx
+++ b/src/client/views/nodes/FieldView.tsx
@@ -44,6 +44,7 @@ export interface FieldViewProps {
bringToFront: (doc: Doc, sendToBack?: boolean) => void;
active: (outsideReaction?: boolean) => boolean;
whenActiveChanged: (isActive: boolean) => void;
+ LayoutTemplateString?: string;
dontRegisterView?: boolean;
focus: (doc: Doc) => void;
presMultiSelect?: (doc: Doc) => void; //added for selecting multiple documents in a presentation