diff options
author | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
commit | 1bd678851632bbbb302363574eb5e3e19dc343e9 (patch) | |
tree | 8526a6c84303f1dc5a5e284ec03c97cf3b3a6bac /src/client/views/nodes/DocumentView.tsx | |
parent | c3eea60fa586e8ff9cf59497c041044fd0143bb1 (diff) |
reorganized and mostly working northstar histograms.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 769d893f3..71613ca4f 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -120,9 +120,6 @@ export class DocumentView extends React.Component<DocumentViewProps> { } private dropDisposer?: DragManager.DragDropDisposer; - protected createDropTarget = (ele: HTMLDivElement) => { - - } componentDidMount() { if (this._mainCont.current) { |