diff options
| author | mehekj <mehek.jethani@gmail.com> | 2023-02-28 17:44:16 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2023-02-28 17:44:16 -0500 |
| commit | 027c89584d087ada9d45a46cb620b157ae29d0b9 (patch) | |
| tree | 5282327e88058c7b503614f665ccc74e367482ea /src/client/views/collections/collectionSchema/SchemaRowBox.tsx | |
| parent | d7cb4929e437f2a03336e21b16aa4fb0cebf5ebe (diff) | |
arrow key movement
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaRowBox.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaRowBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx index 0e7b0fa16..0ed5f2df4 100644 --- a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx +++ b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx @@ -38,8 +38,6 @@ export class SchemaRowBox extends ViewBoxBaseComponent<FieldViewProps>() { return this.schemaView?.rowIndex(this.rootDoc) ?? -1; } - // isSelected = () => this.props.selectedDocs.has(this.props.Document); - @action onRowPointerDown = (e: React.PointerEvent) => { e.stopPropagation(); |
