aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r--src/mobile/MobileInterface.tsx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx
index ed6b74ca8..5f766c121 100644
--- a/src/mobile/MobileInterface.tsx
+++ b/src/mobile/MobileInterface.tsx
@@ -138,7 +138,7 @@ export default class MobileInterface extends React.Component {
whenActiveChanged={emptyFunction}
bringToFront={emptyFunction}
ContainingCollectionView={undefined}
- ContainingCollectionDoc={undefined} />
+ ContainingCollectionDoc={undefined} />;
}
return "hello";
}
@@ -198,7 +198,7 @@ export default class MobileInterface extends React.Component {
LibraryPath={emptyPath}
fieldKey={""}
dropAction={"alias"}
- bringToFront={emptyFunction }
+ bringToFront={emptyFunction}
addDocTab={returnFalse}
pinToPres={emptyFunction}
PanelHeight={() => window.innerHeight}
@@ -212,7 +212,8 @@ export default class MobileInterface extends React.Component {
ScreenToLocalTransform={Transform.Identity}
renderDepth={0}
ContainingCollectionView={undefined}
- ContainingCollectionDoc={undefined}>
+ ContainingCollectionDoc={undefined}
+ rootSelected={returnTrue}>
</CollectionView>
</div>
);