diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-05 22:20:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-05 22:20:49 -0400 |
| commit | cc905d329c88d7bdf9b7324a4f02ab92906ba7c8 (patch) | |
| tree | 02f46ac38a8c4c1430683e2f365b5bff062295ed /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 9ea9c841adc40691d50425ccfc5af97e03872568 (diff) | |
cleanup of presentation code pre-merge.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 8ec855c7c..3c7471d7c 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -133,7 +133,6 @@ class TreeView extends React.Component<TreeViewProps> { } protected createTreeDropTarget = (ele: HTMLDivElement) => { - console.log("ele"); this._treedropDisposer?.(); ele && (this._treedropDisposer = DragManager.MakeDropTarget(ele, this.treeDrop.bind(this), undefined, this.preTreeDrop.bind(this)), this.doc); } |
