From f8ce34c8ed42646691d1e392effe79bc27daf810 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 8 Dec 2021 22:48:46 -0500 Subject: Added auto scroll to bottom of map info view stack when note is added. hide resize handles for map view info window stack documents. --- src/client/views/collections/CollectionView.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/collections/CollectionView.tsx') diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index f66bac20e..681a15e3d 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -76,6 +76,7 @@ export interface CollectionViewProps extends FieldViewProps { childContextMenuItems?: () => { script: ScriptField, label: string }[]; childHideTitle?: () => boolean; // whether to hide the documentdecorations title for children childHideDecorationTitle?: () => boolean; + childHideResizeHandles?: () => boolean; childLayoutTemplate?: () => (Doc | undefined);// specify a layout Doc template to use for children of the collection childLayoutString?: string; childFreezeDimensions?: boolean; // used by TimeView to coerce documents to treat their width height as their native width/height -- cgit v1.2.3-70-g09d2