aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-20 17:50:00 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-20 17:50:00 -0400
commit83a2f119bf908d07e08ac89171e73d2211e1eb8f (patch)
tree91e26934cf95a47b69f2e1b03406edc4bf99e99e /src/client/views/collections/collectionSchema/SchemaTableCell.tsx
parent20128eb11d5146e9f199d04a94ca9a6b5ac109d7 (diff)
eq highlight working 70%
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaTableCell.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaTableCell.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
index 74ee46065..3233e363a 100644
--- a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
@@ -181,6 +181,7 @@ export class SchemaTableCell extends ObservableReactComponent<SchemaTableCellPro
pointerEvents: this.lockedInteraction ? 'none' : pointerEvents,
}}>
<SchemaCellField
+ Document={this._props.Document}
highlightCells={this.adjustedHighlight}
func={this._props.func}
ref={r => selectedCell(this._props) && this._props.autoFocus && r?.setIsFocused(true)}