diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-07 10:23:38 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-07 10:23:38 -0700 |
| commit | ef00832c86c1f357757f16917f5caea05e7deab7 (patch) | |
| tree | de65830b1cf3c3a196d0085b7556cbb62d7b7533 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 4fc843a84a3f3001f749d5152bdc491d8efe7f94 (diff) | |
| parent | 3f704ee2941fef77dd0eafebeb0a6ffb0a946a8b (diff) | |
merge with master
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 620b977fa..26c41f524 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -207,7 +207,7 @@ class TreeView extends React.Component<TreeViewProps> { if (complete.linkDragData) { const sourceDoc = complete.linkDragData.linkSourceDocument; const destDoc = this.doc; - DocUtils.MakeLink({ doc: sourceDoc }, { doc: destDoc }, "tree link"); + DocUtils.MakeLink({ doc: sourceDoc }, { doc: destDoc }, "tree link", ""); e.stopPropagation(); } const docDragData = complete.docDragData; |
