diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-31 00:27:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 00:27:43 -0400 |
| commit | 970ea305fde86c6d33fc08c8880ef258b7b318bc (patch) | |
| tree | 86868725d06045356802cf0a7a059170840e88b0 /src/client/views/collections/collectionSchema | |
| parent | b6b2057cf28e8c0d3c22b9056074fe5155602d0a (diff) | |
| parent | 8bc755595dbe21cafb768efc3650b0b14d33f7df (diff) | |
Merge pull request #22 from brown-dash/linking-anh
Linking anh
Diffstat (limited to 'src/client/views/collections/collectionSchema')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx index 0c434eae5..fd99abce5 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx @@ -103,6 +103,7 @@ export class CollectionSchemaCell extends React.Component<CellProps> { this.props.changeFocusedCellByIndex(this.props.row, this.props.col); this.props.setPreviewDoc(this.props.rowProps.original); + console.log("click cell"); let url: string; if (url = StrCast(this.props.rowProps.row.href)) { try { |
