diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 16:10:16 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 16:10:16 -0400 |
| commit | e1b11d49cc73ae9cfe85c5225537d681bbc976cc (patch) | |
| tree | ee8e14534abc06a77980fed2948b294fa1c1e9a9 /src/client/views/collections/CollectionSchemaCells.tsx | |
| parent | 17f53f604e0087615c2baff6cffa344771301b5e (diff) | |
changed add col button to immediately add new column
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaCells.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaCells.tsx b/src/client/views/collections/CollectionSchemaCells.tsx index 5b40032eb..0307bb83e 100644 --- a/src/client/views/collections/CollectionSchemaCells.tsx +++ b/src/client/views/collections/CollectionSchemaCells.tsx @@ -31,7 +31,7 @@ export interface CellProps { renderDepth: number; addDocTab: (document: Doc, dataDoc: Doc | undefined, where: string) => void; moveDocument: (document: Doc, targetCollection: Doc, addDocument: (document: Doc) => boolean) => boolean; - isFocused: boolean; + isFocused: boolean; changeFocusedCellByDirection: (direction: string) => void; changeFocusedCellByIndex: (row: number, col: number) => void; setIsEditing: (isEditing: boolean) => void; @@ -229,4 +229,4 @@ export class CollectionSchemaDocCell extends CollectionSchemaCell { </div> ); } -}
\ No newline at end of file +} |
