diff options
author | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
commit | 53273651cc8ed0f9e073fa30590e0bb172e492e8 (patch) | |
tree | f6b1fd36f99bfa951b99da8ab0e8c70560b031b5 /src/mobile/MobileInterface.tsx | |
parent | abcf1167340f9f411e7712d11f2110625b0938d8 (diff) | |
parent | 97a743455e7fa3eee768b1d4d025b9dedc49f370 (diff) |
Merge branch 'master' into collaboration-sarah
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 2ae597b0b..a543c2f70 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -397,7 +397,7 @@ export class MobileInterface extends React.Component { renderDepth={0} isDocumentActive={returnTrue} isContentActive={emptyFunction} - focus={DocUtils.DefaultFocus} + focus={emptyFunction} styleProvider={this.whitebackground} docViewPath={returnEmptyDoclist} whenChildContentsActiveChanged={emptyFunction} @@ -405,8 +405,6 @@ export class MobileInterface extends React.Component { docFilters={returnEmptyFilter} docRangeFilters={returnEmptyFilter} searchFilterDocs={returnEmptyDoclist} - ContainingCollectionView={undefined} - ContainingCollectionDoc={undefined} /> </div> ); |