diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
commit | 70c7532c8a6472f61eedd4661a172d70bc50184e (patch) | |
tree | 0c33849a008f1ac0bf3e30cf374731544c5541ed /src/client/views/nodes/DocumentView.tsx | |
parent | 9f37f932586dc213e0640e1186e5d43d9d73d734 (diff) |
added drag off of context search results. add fit to contents for preview of collections in search.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 1d03fa04d..9edde896f 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -71,6 +71,7 @@ export interface DocumentViewProps { ContainingCollectionView: Opt<CollectionView | CollectionPDFView | CollectionVideoView>; Document: Doc; DataDoc?: Doc; + fitToBox?: number[]; addDocument?: (doc: Doc, allowDuplicates?: boolean) => boolean; removeDocument?: (doc: Doc) => boolean; moveDocument?: (doc: Doc, targetCollection: Doc, addDocument: (document: Doc) => boolean) => boolean; |