diff options
| author | bobzel <zzzman@gmail.com> | 2021-10-06 19:40:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-10-06 19:40:40 -0400 |
| commit | a46d659229120cdb139f716b1a48ec6b887807bb (patch) | |
| tree | 1fd6ce5d4ed3c513e5699f34d4133df4525725ae /src/client/views/collections/collectionSchema | |
| parent | fc679d849ae8afa3ef66e4e0b2b2b816e1fb41d4 (diff) | |
fixed lightbox view to shrinkwrap collections when opened, but not force fit contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off).
Diffstat (limited to 'src/client/views/collections/collectionSchema')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx index ed196349e..0274cc49c 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx @@ -103,7 +103,6 @@ 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 { |
