diff options
author | bobzel <zzzman@gmail.com> | 2024-04-28 13:08:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-28 13:08:09 -0400 |
commit | 729114c0867e3cc8d8e0668bae451976b387cb34 (patch) | |
tree | 210350ff6716651c542fb4ecf8782e68d4dda9a3 /src/client/views/LightboxView.tsx | |
parent | 33b52b9344768b4db034cceed3c1ccab9a30c949 (diff) |
simplified explore mode implementation
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 0dd836f70..7bf6bb9e5 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -293,7 +293,6 @@ export class LightboxView extends ObservableReactComponent<LightboxViewProps> { whenChildContentsActiveChanged={emptyFunction} addDocTab={this.AddDocTab} pinToPres={TabDocView.PinDoc} - onBrowseClickScript={DocumentView.exploreMode} focus={emptyFunction} /> </GestureOverlay> |