diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-05 13:49:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-05 13:49:37 -0400 |
| commit | bf609fdadc164da5663671a0c42c3a13056ee376 (patch) | |
| tree | 211c04a47761488940e5c752cbd2ce4926e008b0 /src/client/views/collections | |
| parent | 6f47498f5dfd66f14f7d3e4c9f06df9d260997bc (diff) | |
| parent | e4ad92e7300ee7844a514379c8a01d0f01cb3a59 (diff) | |
Merge branch 'master' into collaboration-sarah
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index 78789247f..c189ef126 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -230,7 +230,6 @@ export function CollectionSubView<X>(moreProps?: X) { added === true && e.stopPropagation(); return added ? true : false; } else if (de.complete.annoDragData) { - e.stopPropagation(); const dropCreator = de.complete.annoDragData.dropDocCreator; de.complete.annoDragData.dropDocCreator = () => { const dropped = dropCreator(this.props.isAnnotationOverlay ? this.rootDoc : undefined); |
