diff options
| author | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
| commit | ef58bdb2f6e9bffe377239d77b3360ed8b3132a1 (patch) | |
| tree | f6eabc8aef3c4e0586507e466674e4515f5d724d /src/client/views/collections/CollectionTreeView.tsx | |
| parent | fcbef60fdd7edbff63ad190f500f7b67a6dafa71 (diff) | |
a bunch of small fixes to link naming and fixes to audio links.
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 7eeeb6ff1..28f620157 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -231,7 +231,7 @@ class TreeView extends React.Component<TreeViewProps> { if (de.complete.linkDragData) { const sourceDoc = de.complete.linkDragData.linkSourceDocument; const destDoc = this.props.document; - DocUtils.MakeLink({ doc: sourceDoc }, { doc: destDoc }, "tree drop link"); + DocUtils.MakeLink({ doc: sourceDoc }, { doc: destDoc }, "tree link"); e.stopPropagation(); } if (de.complete.docDragData) { |
