diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-28 01:06:27 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-28 01:06:27 -0500 |
| commit | 7902b1021b89e45bd595e4a9588db11dccbf9831 (patch) | |
| tree | c7b4ef671aedf7a8144131e3d04995d998f94caf /src/client/views/collections/TabDocView.tsx | |
| parent | 3837b3746c771960e8a0f7b00648f739495ca92d (diff) | |
a bunch of changes to simplify how autoHeight works. extended to work for pdfs and stacking views. still some bugs.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 68ca93f43..f7e067399 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -420,6 +420,7 @@ export class TabMinimapView extends React.Component<TabMinimapViewProps> { docViewPath={returnEmptyDoclist} childLayoutTemplate={this.childLayoutTemplate} // bcz: Ugh .. should probably be rendering a CollectionView or the minimap should be part of the collectionFreeFormView to avoid having to set stuff like this. noOverlay={true} // don't render overlay Docs since they won't scale + setHeight={returnFalse} active={returnTrue} select={emptyFunction} dropAction={undefined} |
