diff options
author | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:21 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:21 -0400 |
commit | f74e512e500252ad76d77935e7aacbf72cb0dd9c (patch) | |
tree | 885e527662c1b025421faed92e4f7d9a65afaab9 /src/client/views/collections/CollectionStackingView.tsx | |
parent | 589d2409cf00c3ff15eddbe88835a63a09785f2c (diff) |
added dropping on text as colleciton.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index ef12545b8..ede37534a 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -81,6 +81,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { getTransform={dxf} CollectionView={this.props.CollectionView} addDocument={this.props.addDocument} + moveDocument={this.props.moveDocument} removeDocument={this.props.removeDocument} active={this.props.active} whenActiveChanged={this.props.whenActiveChanged} |