aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-30 20:55:48 -0400
committerbobzel <zzzman@gmail.com>2021-03-30 20:55:48 -0400
commit8b92374feed3152cf4eaf4e82735897565d8b2dc (patch)
tree8a6b5cb7faf057f00418f44b222f4e6ea7fcc447 /src/client/views/collections/CollectionTreeView.tsx
parentb14d30c0a3dee908d7a288f9894e5fff23af3652 (diff)
some code cleanup. Fixes for webbox and pdfbox to allow draggin out of annotation sidebar.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-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 eb767e878..7243fc172 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -116,7 +116,6 @@ export class CollectionTreeView extends CollectionSubView<Document, Partial<coll
@undoBatch
makeTextCollection = (childDocs: Doc[]) => {
- Doc.SetInPlace(this.doc, "editTitle", undefined, false);
this.addDoc(TreeView.makeTextBullet(), childDocs.length ? childDocs[0] : undefined, true);
}