diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-17 22:06:04 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-17 22:06:04 -0400 |
| commit | 43fb6e4569dd2a7cdebb532cf094eb5b780fb3c7 (patch) | |
| tree | a01a740b7d9411159d189193b666e4dc54e8a554 /src/client/views/nodes/PresBox.tsx | |
| parent | 65243033448654c1efcec8c588128633a56d8409 (diff) | |
added progressivize option for presentaitons
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
| -rw-r--r-- | src/client/views/nodes/PresBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index f4b83dd53..e12ab3f9f 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -348,5 +348,6 @@ Scripting.addGlobal(function lookupPresBoxField(container: Doc, field: string, d if (field === 'presCollapsedHeight') return container._viewType === CollectionViewType.Stacking ? 50 : 46; if (field === 'presStatus') return container.presStatus; if (field === '_itemIndex') return container._itemIndex; + if (field === 'presBox') return container; return undefined; }); |
