aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-07-24 00:35:29 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-07-24 00:35:29 -0400
commit5bc848bde4f37ec3dc812b22d81ded16f2a86f93 (patch)
tree81602e12373661413c5ac3745a1c8ff4300e5a15 /src/client/views/collections/CollectionTreeView.tsx
parent189cf09a7c81e8b4b2f5313cf093097cc9eba03e (diff)
fixed reordering tree view items. restored double-click to view detail view.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 2ff9e43fe..fe636942c 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -448,7 +448,7 @@ class TreeView extends React.Component<TreeViewProps> {
dataDoc={dataDoc}
containingCollection={containingCollection}
treeViewId={treeViewId}
- key={child[Id] + "child " + i}
+ key={child[Id]}
indentDocument={indent}
renderDepth={renderDepth}
deleteDoc={remove}