diff options
author | bobzel <zzzman@gmail.com> | 2022-08-24 18:21:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-24 18:21:21 -0400 |
commit | cc1f967b88816f99b131e8d965bc13e16cd26acf (patch) | |
tree | 49371b6727d9164815b731e2e863a0beb828258e /src/client/views/collections/CollectionStackingView.tsx | |
parent | 94dbcc40067cb6637f7a535ff305d9452a3f40d1 (diff) | |
parent | 749fd6b1fff8ee8392de466ac2433f17ed093dec (diff) |
Merge branch 'parker'
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index d4efef47a..cf781b54a 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -455,8 +455,6 @@ export class CollectionStackingView extends CollectionSubView<Partial<collection newDocs.filter(ndoc => docs.indexOf(ndoc) !== -1).forEach(ndoc => docs.splice(docs.indexOf(ndoc), 1)); docs.splice(insertInd - offset, 0, ...newDocs); } - // reset drag manager docs, because we just dropped - DragManager.docsBeingDragged.length = 0; } } else if (de.complete.linkDragData?.dragDocument.context === this.props.Document && de.complete.linkDragData?.linkDragView?.props.CollectionFreeFormDocumentView?.()) { const source = Docs.Create.TextDocument('', { _width: 200, _height: 75, _fitWidth: true, title: 'dropped annotation' }); |