aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-04 21:30:38 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-04 21:30:38 -0400
commitc291e8b2c8fb9034916b4eb4b286f99a8cb35a04 (patch)
tree92e5a58d36a4b03d423574ffba9d2e40eb725f28 /src/mobile/MobileInterface.tsx
parent5338dfd24d0f6a65bb3131332746c1d2c82ef7f2 (diff)
fixed link zoom following for inPlace and otherwise.
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r--src/mobile/MobileInterface.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx
index ed6b74ca8..dfd217e97 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}