diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
| commit | 6c689a999e22fc414386e39007ca0929057ff1d8 (patch) | |
| tree | d84b2f85c45895385d6d7a23d3c3ab5bcc903191 /src/mobile | |
| parent | 3aa6f1676a3fd366aade7c468ad495ade1314577 (diff) | |
fixed a bunch of compile errors. activated Clear button for recently closed tree views.
Diffstat (limited to 'src/mobile')
| -rw-r--r-- | src/mobile/AudioUpload.tsx | 2 | ||||
| -rw-r--r-- | src/mobile/MobileInterface.tsx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mobile/AudioUpload.tsx b/src/mobile/AudioUpload.tsx index f0e581088..71ddda866 100644 --- a/src/mobile/AudioUpload.tsx +++ b/src/mobile/AudioUpload.tsx @@ -93,6 +93,8 @@ export class AudioUpload extends React.Component { PanelWidth={() => 600} PanelHeight={() => 400} renderDepth={0} + isDocumentActive={returnTrue} + isContentActive={returnFalse} focus={emptyFunction} layerProvider={undefined} styleProvider={() => "rgba(0,0,0,0)"} diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 22b8561d8..404e828ea 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -210,6 +210,8 @@ export class MobileInterface extends React.Component { PanelWidth={this.returnWidth} PanelHeight={this.returnHeight} renderDepth={0} + isDocumentActive={returnTrue} + isContentActive={returnFalse} focus={DocUtils.DefaultFocus} styleProvider={this.whitebackground} layerProvider={undefined} |
