diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-25 12:53:09 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-25 12:53:09 -0400 |
commit | db560a8c43f77b9342e55a48dd96f695813b32ef (patch) | |
tree | 339caba2600b4c884af5ceb154ec36b0d6c479c5 /src/client/views/collections/CollectionTreeView.tsx | |
parent | ede0719d96cc2551490398caf3e1f41fe7992931 (diff) |
oof a lot of stuff here
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index d05cc375e..cbf32c667 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -456,6 +456,8 @@ export class CollectionTreeView extends CollectionSubView(Document) { private treedropDisposer?: DragManager.DragDropDisposer; private _mainEle?: HTMLDivElement; + @computed get chromeCollapsed() { return this.props.chromeCollapsed; } + protected createTreeDropTarget = (ele: HTMLDivElement) => { this.treedropDisposer && this.treedropDisposer(); if (this._mainEle = ele) { |