diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-03-17 14:15:44 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-03-17 14:15:44 -0400 |
| commit | 20f4d81cb8b04cd2202d76a5fcbc185095437563 (patch) | |
| tree | 60bc3fe9545d06e04cddb155f739f5c514a4a5c3 /src/client/views/nodes/formattedText/DashFieldView.tsx | |
| parent | d790a5912e0bbb431b913f54fbc2bfd11941c0c1 (diff) | |
| parent | 625c3a67fbcbfc93f1f1b35aed10b9fe7f33dfa9 (diff) | |
Merge branch 'master' into dataviz-ai-sarah
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashFieldView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DashFieldView.tsx b/src/client/views/nodes/formattedText/DashFieldView.tsx index 5c4d850ad..62cb460c2 100644 --- a/src/client/views/nodes/formattedText/DashFieldView.tsx +++ b/src/client/views/nodes/formattedText/DashFieldView.tsx @@ -137,7 +137,7 @@ export class DashFieldViewInternal extends ObservableReactComponent<IDashFieldVi col={0} deselectCell={emptyFunction} selectCell={emptyFunction} - maxWidth={this._props.hideKey ? undefined : this.return100} + maxWidth={this._props.hideKey ? undefined : this._props.tbox._props.PanelWidth} columnWidth={this._props.hideKey ? () => this._props.tbox._props.PanelWidth() - 20 : returnZero} selectedCell={() => [this._dashDoc!, 0]} fieldKey={this._fieldKey} |
