diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 21:30:40 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 21:30:40 -0400 |
commit | ece923c838cd14724f9fda9f45c21dc39f6f62ee (patch) | |
tree | 2ef257d45e334413f4b91d5bfb96c50baea4141c /src/mobile/MobileInterface.tsx | |
parent | c291e8b2c8fb9034916b4eb4b286f99a8cb35a04 (diff) | |
parent | 807743bdd351b639e3328fa1ed6f128738f95b9f (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index dfd217e97..5f766c121 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -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> ); |