aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-06-27 19:48:17 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-06-27 19:48:17 -0400
commit501bf1a166c4adc766c98af712091a19dce97e00 (patch)
tree886ec6a93a1d68e9f419bf2ad80569b93c354145 /src
parentf2bbf54077432852b2a078e70d675bada8b54961 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 7ffecdc26..1088577d2 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -110,7 +110,6 @@ class TreeView extends React.Component<TreeViewProps> {
Doc.ComputeContentBounds(DocListCast(this.props.document[this.fieldKey]));
}
- @undoBatch openRight = () => this.props.addDocTab(this.props.document, "onRight", this.props.libraryPath);
@undoBatch openRight = () => this.props.addDocTab(this.doc, "onRight", this.props.libraryPath);
@undoBatch move = (doc: Doc | Doc[], target: Doc | undefined, addDoc: (doc: Doc | Doc[]) => boolean) => {
return this.doc !== target && this.props.deleteDoc(doc) && addDoc(doc);