diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-09 17:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 17:32:40 -0400 |
| commit | 19751f41b642ad68e8029e6ea618232543a02ad8 (patch) | |
| tree | 5304aaa2b9ee65a0ff98f061d53bdac5b489679e /src/client/views/presentationview/PresElementBox.tsx | |
| parent | b8300497de3d496015c719ad59df9b1d6d4b0e56 (diff) | |
| parent | 5421bce8982076e671c0ff43c38621b43731ffb0 (diff) | |
Merge pull request #697 from browngraphicslab/workingTemplates
Working templates
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.tsx')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index c33637d0f..048d3a3d0 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -107,8 +107,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc ContainingCollectionView={undefined} ContainingCollectionDoc={undefined} ContentScaling={returnOne} - NativeHeight={returnZero} - NativeWidth={returnZero} /> <div className="presElementBox-embeddedMask" /> </div>; |
