aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/DashFieldView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-21 00:55:34 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-21 00:55:34 -0400
commitefcacfa867ac7ac39d97ed2fe33c1311b912ca0f (patch)
tree1e1bf4c5621c9a590370a8d6d883192cc883e257 /src/client/views/nodes/formattedText/DashFieldView.tsx
parentc37dd6ab26b2cb00fb6c11da21b69200d870435a (diff)
the decommenting
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.tsx')
-rw-r--r--src/client/views/nodes/formattedText/DashFieldView.tsx2
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 66db06d69..f6e2bfa66 100644
--- a/src/client/views/nodes/formattedText/DashFieldView.tsx
+++ b/src/client/views/nodes/formattedText/DashFieldView.tsx
@@ -141,7 +141,7 @@ export class DashFieldViewInternal extends ObservableReactComponent<IDashFieldVi
maxWidth={this._props.hideKey ? undefined : this.return100}
columnWidth={this._props.hideKey ? () => this._props.tbox._props.PanelWidth() - 20 : returnZero}
selectedCells={() => [this._dashDoc!]}
- selectedCol={() => 0} //!!!
+ selectedCol={() => 0}
fieldKey={this._fieldKey}
rowHeight={returnZero}
isRowActive={() => this._expanded && this._props.editable}