aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-06-07 19:42:43 -0400
committerbob <bcz@cs.brown.edu>2019-06-07 19:42:43 -0400
commite1b7feda380f540e677e69e306d91d6b57ce03e7 (patch)
tree97f1403f70af28cd541ea73d7526f8fecf927bc0 /src/client/views/collections/CollectionStackingView.tsx
parent411a453970d96b145875031ffbecbee9461162fb (diff)
tree view reordering.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index b8eb4ac84..0a119a3b4 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -109,7 +109,6 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
}
@computed
get children() {
- trace();
return this.childDocs.filter(d => !d.isMinimized).map((d, i) => {
let dref = React.createRef<HTMLDivElement>();
let dxf = () => this.getDocTransform(d, dref.current!);