diff options
author | Aubrey Li <Aubrey-Li> | 2021-12-02 15:06:27 -0500 |
---|---|---|
committer | Aubrey Li <Aubrey-Li> | 2021-12-02 15:06:27 -0500 |
commit | 3ce1455986d4f42c75c8aabc8aec56805e655747 (patch) | |
tree | 82eb891e8f7093cf60962a6fb92a1ef642a4c194 /src/mobile/MobileInterface.tsx | |
parent | 657a4c11b6b1526bacc79fbefe4b461e932c75e7 (diff) | |
parent | 2cb18e75aa487ff98086e15fef93e2f549c30496 (diff) |
Merge branch 'trails-aubrey' of https://github.com/brown-dash/Dash-Web into trails-aubrey
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 652804126..d732a6e2f 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -211,7 +211,7 @@ export class MobileInterface extends React.Component { PanelHeight={this.returnHeight} renderDepth={0} isDocumentActive={returnTrue} - isContentActive={returnFalse} + isContentActive={emptyFunction} focus={DocUtils.DefaultFocus} styleProvider={this.whitebackground} layerProvider={undefined} |