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/nodes/formattedText/DashDocView.tsx | |
| parent | b8300497de3d496015c719ad59df9b1d6d4b0e56 (diff) | |
| parent | 5421bce8982076e671c0ff43c38621b43731ffb0 (diff) | |
Merge pull request #697 from browngraphicslab/workingTemplates
Working templates
Diffstat (limited to 'src/client/views/nodes/formattedText/DashDocView.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashDocView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/DashDocView.tsx b/src/client/views/nodes/formattedText/DashDocView.tsx index 3b77735a7..90655bad6 100644 --- a/src/client/views/nodes/formattedText/DashDocView.tsx +++ b/src/client/views/nodes/formattedText/DashDocView.tsx @@ -245,8 +245,6 @@ export class DashDocView extends React.Component<IDashDocView> { addDocTab={this._textBox.props.addDocTab} pinToPres={returnFalse} renderDepth={self._textBox.props.renderDepth + 1} - NativeHeight={returnZero} - NativeWidth={returnZero} PanelWidth={finalLayout[WidthSym]} PanelHeight={finalLayout[HeightSym]} focus={this.outerFocus} |
