aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-20 17:01:39 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-20 17:01:39 -0400
commite613f4ebc268bb9d8a0bd1ea2f07fef73a870199 (patch)
tree4b56c47df5e745c988d9a691b7130366ff86e406 /src/client/documents/Documents.ts
parent30b92fe6e39ffba2d55cc3f83e9d18d3d7bcf036 (diff)
fixed noAutoscroll functionality for creator icons
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 8e7d125b0..2d74c462d 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -69,6 +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
_chromeStatus?: string;
_viewType?: string; // sub type of a collection
_gridGap?: number; // gap between items in masonry view