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-10 20:41:14 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-10 20:41:14 -0400
commit74849a5f9307ca64e2bbafa9eaa77822de18102d (patch)
tree82fe4a898a1e2ea13e0d537fe9e2332af40f2a4a /src/client/views/collections/collectionSchema/SchemaTableCell.tsx
parent03f9fd4beb2bd3efa8f88c71bdbaf52dbec82e66 (diff)
bug fixed
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 49ec70b74..791465741 100644
--- a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
@@ -215,6 +215,7 @@ export class SchemaTableCell extends ObservableReactComponent<SchemaTableCellPro
e.stopPropagation();
} else !selectedCell(this._props) && this._props.selectCell(this._props.Document, this._props.col, shift, ctrl);
}
+ console.log(this._props.Document.title);
})}
style={{ padding: this._props.padding,
maxWidth: this._props.maxWidth?.(),