diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-22 12:00:25 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-22 12:00:25 -0400 |
commit | 0e06919c6ba4274410542446426298ff5b0e7ce3 (patch) | |
tree | ed43aefb37e8cc2d9f8851bbf6ac8c8a940fedb7 /src/client/views/MainOverlayTextBox.tsx | |
parent | ad13ce64efaa6edaa6a04972a3c7a74bedb1ab2d (diff) | |
parent | 0ee435f6bd686c667a067fa750b4589cedfb0070 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into monika_updates
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r-- | src/client/views/MainOverlayTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainOverlayTextBox.tsx b/src/client/views/MainOverlayTextBox.tsx index 9fe435bc5..0839e1114 100644 --- a/src/client/views/MainOverlayTextBox.tsx +++ b/src/client/views/MainOverlayTextBox.tsx @@ -144,6 +144,7 @@ export class MainOverlayTextBox extends React.Component<MainOverlayTextBoxProps> Document={FormattedTextBox.InputBoxOverlay.props.Document} DataDoc={FormattedTextBox.InputBoxOverlay.props.DataDoc} onClick={undefined} + ChromeHeight={this.ChromeHeight} isSelected={returnTrue} select={emptyFunction} renderDepth={0} selectOnLoad={true} ContainingCollectionView={undefined} whenActiveChanged={emptyFunction} active={returnTrue} ContentScaling={returnOne} ScreenToLocalTransform={this._textXf} PanelWidth={returnZero} PanelHeight={returnZero} focus={emptyFunction} |