diff options
author | bobzel <zzzman@gmail.com> | 2023-04-17 15:19:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-17 15:19:13 -0400 |
commit | 2c154f328d6556d99f21a778c8d78b41de77f5c9 (patch) | |
tree | 200607bf64a0be390e62121aa023e1f255e2ea12 /src/client/views/LightboxView.tsx | |
parent | 3c8cb517c811f94dce1e3d8430e07af316642365 (diff) | |
parent | 57983d95ceeb364e3e0a282daea13035114ddb3f (diff) |
Merge branch 'master' into advanced-trails
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 976c8763e..69eec8456 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -266,8 +266,6 @@ export class LightboxView extends React.Component<LightboxViewProps> { docFilters={this.docFilters} docRangeFilters={returnEmptyFilter} searchFilterDocs={returnEmptyDoclist} - ContainingCollectionView={undefined} - ContainingCollectionDoc={undefined} addDocument={undefined} removeDocument={undefined} whenChildContentsActiveChanged={emptyFunction} @@ -275,7 +273,7 @@ export class LightboxView extends React.Component<LightboxViewProps> { pinToPres={TabDocView.PinDoc} bringToFront={emptyFunction} onBrowseClick={MainView.Instance.exploreMode} - focus={DocUtils.DefaultFocus} + focus={emptyFunction} /> </GestureOverlay> </div> |