diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 23:17:56 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 23:17:56 +0530 |
commit | 6b9a6fcd3c4e9bc63be11b820ad16be7495ed803 (patch) | |
tree | d10fe452916bf2a125ecd85b28171f9afb163a36 /src/client/documents/Documents.ts | |
parent | 3d06cdd362d58dfbc8d6efdcd9dc59250ab003a4 (diff) | |
parent | 2d0741800ed626ac3db2a8ac551904cbc0f7848e (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 35bb80f39..657ba521b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -69,7 +69,7 @@ export interface DocumentOptions { _showTitle?: string; // which field to display in the title area. leave empty to have no title _showCaption?: string; // which field to display in the caption area. leave empty to have no caption _scrollTop?: number; // scroll location for pdfs - _noAutoscroll?: boolean;// whether collectoins autoscroll when this item is dragged + _noAutoscroll?: boolean;// whether collections autoscroll when this item is dragged _chromeStatus?: string; _viewType?: string; // sub type of a collection _gridGap?: number; // gap between items in masonry view |