diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:53:21 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:53:21 -0400 |
commit | 7844debd9862b15d2b36bf9ce1efb3274616a313 (patch) | |
tree | f15f4315d9d40d98b63dd17ad4db60eb77904fdc /src/client/views/collections/CollectionTreeView.tsx | |
parent | b82616ee5e6158a5bd787bc2675c51db3962fc8b (diff) |
Context Menu and Some Preview
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 006de0c70..c0347ad7d 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -64,7 +64,7 @@ library.add(faArrowsAltH); /** * Component that takes in a document prop and a boolean whether it's collapsed or not. */ -class TreeView extends React.Component<TreeViewProps> { +export class TreeView extends React.Component<TreeViewProps> { private _header?: React.RefObject<HTMLDivElement> = React.createRef(); private _treedropDisposer?: DragManager.DragDropDisposer; private _dref = React.createRef<HTMLDivElement>(); |