diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-23 15:14:35 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-23 15:14:35 -0400 |
| commit | e62b7a0c5c5eec2ef1431b2e2a876e2f3753ebc0 (patch) | |
| tree | 734cf6846597f13b6c83a32dbec17466a6ae4737 /src/client/views/collections/CollectionSchemaCells.tsx | |
| parent | d3edc59402efb5d8ada602305a95a7a3a7f0ba95 (diff) | |
key navigation of cells fixed when nested collections are expanded in schema
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaCells.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaCells.tsx b/src/client/views/collections/CollectionSchemaCells.tsx index 2dd3eeff4..abb2203a0 100644 --- a/src/client/views/collections/CollectionSchemaCells.tsx +++ b/src/client/views/collections/CollectionSchemaCells.tsx @@ -35,7 +35,6 @@ export interface CellProps { addDocTab: (document: Doc, dataDoc: Doc | undefined, where: string) => void; moveDocument: (document: Doc, targetCollection: Doc, addDocument: (document: Doc) => boolean) => boolean; isFocused: boolean; - changeFocusedCellByDirection: (direction: string) => void; changeFocusedCellByIndex: (row: number, col: number) => void; setIsEditing: (isEditing: boolean) => void; isEditable: boolean; |
