diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-02-25 20:14:33 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-02-25 20:14:33 -0500 |
| commit | d4843297c3304aebb5625788c748eafb27b45083 (patch) | |
| tree | 740767773a47bb97bc1cd76cd42ad90d019d8bb8 /src/client/views/Main.tsx | |
| parent | 7355089662c5cfd3cde73be50211400b8d5cdd59 (diff) | |
scale still not working
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index b8896d50a..64bcbc24f 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -133,6 +133,7 @@ Documents.initProtos(() => { isTopMost={true} ContainingCollectionView={undefined} /> <DocumentDecorations /> + <TempTreeView /> <ContextMenu /> <div style={{ position: 'absolute', bottom: '0px', left: '0px', width: '150px' }} ref={imgRef} > <button onPointerDown={onRowDown(addImageNode, imgRef)} onClick={addClick(addImageNode)}>Add Image</button></div> |
