diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-25 22:57:16 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-25 22:57:16 -0500 |
| commit | 33cfc91ed9a6a2fe8b4a5b55ebd9accc24eaa1ae (patch) | |
| tree | 32b4b6bb6005741408bf470fafd56c935112323a /src/client/views/collections/TabDocView.tsx | |
| parent | 435537b2dc511d2908759240cfc3c6826e8cd291 (diff) | |
cleanup of rootSelected to default to false. remove unused mobile classes.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 6e1e6cf8d..426ad2c2f 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -459,7 +459,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { addDocTab={this.addDocTab} ScreenToLocalTransform={this.ScreenToLocalTransform} dontCenter={'y'} - rootSelected={returnTrue} + rootSelected={returnFalse} whenChildContentsActiveChanged={this.whenChildContentActiveChanges} focus={this.focusFunc} docViewPath={returnEmptyDoclist} @@ -598,7 +598,7 @@ export class TabMinimapView extends React.Component<TabMinimapViewProps> { dontRegisterView={true} fieldKey={Doc.LayoutFieldKey(this.props.document)} bringToFront={emptyFunction} - rootSelected={returnTrue} + rootSelected={returnFalse} addDocument={returnFalse} moveDocument={returnFalse} removeDocument={returnFalse} |
