diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 21:40:00 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 21:40:00 -0400 |
commit | d9616385c5c386f731cb86bbd98d1078d6ec9dc6 (patch) | |
tree | 5f73e88278830f2c85f194f525682e059fc6c060 | |
parent | 34f5992fa1d489b410f476cdb24cf28faed96632 (diff) |
from last
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index c02c4ac3f..8327a91de 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -638,10 +638,8 @@ export type collectionTreeViewProps = { onCheckedClick?: ScriptField; }; -let xx: collectionTreeViewProps = {}; - @observer -export class CollectionTreeView extends CollectionSubView(Document, xx) { +export class CollectionTreeView extends CollectionSubView(Document, undefined as any as collectionTreeViewProps) { private treedropDisposer?: DragManager.DragDropDisposer; private _mainEle?: HTMLDivElement; |