diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 20:55:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 20:55:48 -0400 |
| commit | 8b92374feed3152cf4eaf4e82735897565d8b2dc (patch) | |
| tree | 8a6b5cb7faf057f00418f44b222f4e6ea7fcc447 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | b14d30c0a3dee908d7a288f9894e5fff23af3652 (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.tsx | 1 |
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); } |
