diff options
author | bobzel <zzzman@gmail.com> | 2023-12-01 02:33:04 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-01 02:33:04 -0500 |
commit | 9ae07e29f41df9d64985c25b67054843a99a0224 (patch) | |
tree | 092fc2062bbca4c6d59cb6c49e977197addf5556 /src/mobile/MobileInterface.tsx | |
parent | 0e9f8ceceeca5bca7888cb611afb4d2b9963d5ae (diff) |
converted props.DataDoc to props.TemplateDataDocument and fixed so that it's always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 791ce8d8f..bdd657575 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -384,7 +384,6 @@ export class MobileInterface extends React.Component { <div style={{ position: 'relative', top: '198px', height: `calc(100% - 350px)`, width: '100%', left: '0%' }}> <DocumentView Document={this.mainContainer} - DataDoc={undefined} addDocument={returnFalse} addDocTab={returnFalse} pinToPres={emptyFunction} |