diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-26 13:53:26 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-26 13:53:26 -0400 |
| commit | 2e345c1ebd498e3f7e088e6fc3e1ca17082b23c1 (patch) | |
| tree | 7b564401f0edc89e9ee683bb9f1c9e32f957ae43 /src/client/views/collections/CollectionSubView.tsx | |
| parent | cc3e1bc2c317cf34aba04e4935ae842b16ad4cae (diff) | |
converted unique faces to be a Doc type similar to a collection.
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index 5782d407e..6aca8f2ca 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -45,6 +45,7 @@ export interface CollectionViewProps extends React.PropsWithChildren<FieldViewPr childLayoutTemplate?: () => Doc | undefined; // specify a layout Doc template to use for children of the collection childHideDecorationTitle?: boolean; childHideResizeHandles?: boolean; + childHideDecorations?: boolean; childDragAction?: dropActionType; childXPadding?: number; childYPadding?: number; |
