aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-12 13:43:34 -0400
committerbobzel <zzzman@gmail.com>2021-04-12 13:43:34 -0400
commit07ad05653c419a197a58a4f076f4d63697c375d9 (patch)
treeeeba8409be8e23cec071f66ac72e14a86c34e318 /src
parentcc41e1e5e8bf6cfb1710cc1acd2a3cad711554d0 (diff)
added placeholder comment
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/TreeView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index ce3ba7981..e1fd78270 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -150,6 +150,7 @@ export class TreeView extends React.Component<TreeViewProps> {
if (this.props.document.isFolder || Doc.IsSystem(this.props.document)) {
this.treeViewOpen = !this.treeViewOpen;
} else {
+ // choose an appropriate alias or make one. --- choose the first alias that (1) user owns, (2) has no context field ... otherwise make a new alias
this.props.addDocTab(this.props.document, "add:right");
}
}