diff options
author | bobzel <zzzman@gmail.com> | 2022-06-09 16:58:53 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-09 16:58:53 -0400 |
commit | 8ef0c6c08bd9c2e3654477b039686bab6b0ff991 (patch) | |
tree | cd06f17e057a47d72f5435c650c36adacb9eab1b /src/client/views/LightboxView.tsx | |
parent | dde011efbfc366dbc3bb04b52fdb6e30fcca37f5 (diff) | |
parent | efb32ff12d94bff4474ac7ae57fbae754423a61a (diff) |
Merge branch 'master' into mainview-jenny
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index f67f37bfb..fcc4aea13 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -207,7 +207,6 @@ export class LightboxView extends React.Component<LightboxViewProps> { future = () => LightboxView._future; tourMap = () => LightboxView._tourMap; - fitToBox = () => LightboxView._docTarget === LightboxView.LightboxDoc; render() { let downx = 0, downy = 0; return !LightboxView.LightboxDoc ? (null) : @@ -241,7 +240,6 @@ export class LightboxView extends React.Component<LightboxViewProps> { DataDoc={undefined} LayoutTemplate={LightboxView.LightboxDocTemplate} addDocument={undefined} - // fitContentsToDoc={this.fitToBox} // bcz: why do we want this? when we initially open a colletion, we shrinkwrap it which allows for user navigation. if we later encounter a collection, it's not clear to me that we want to make it either shrinkwrap or fitContents... isDocumentActive={returnFalse} isContentActive={returnTrue} addDocTab={this.addDocTab} |